* {
}
body {
	font-family: '微软雅黑';
	font-size: 13px;
	line-height: 20px;
	color: #999;
	overflow-x: hidden;
	text-align: center;
}
a {font-family: '微软雅黑';
	text-decoration: none;
	transition-style: linear;
	transition-duration: 0.2s;
	color: #333;
}
a:hover {font-family: '微软雅黑';
	text-decoration: underline;
}
section {
	padding: 30px 0px;
	width: 100%;
	float: left;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: '微软雅黑';
}
ul, li {
	list-style: none;
}
img {
	max-width: 100%;
}
img.shadow {
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -357px;
}
.single {
}
.chenning-padding-top-10 .single {
}
.cl {
	clear: both;
}
.align-center {
	width: 100%;
	text-align: center;
}

/*
	form elements
*/

form label {
	float: left;
	width: 150px;
	font-weight: normal;
	cursor: pointer;
}
form label:hover {
	color: #333;
}
form p {
	width: 100%;
	display: inline-block;
}
input[type=text],
input[type=email],
input[type=file],
input[type=password],
select, textarea {
	min-width: 200px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	line-height: 250%;
	padding: 0px 10px;
	height: 34px;
	border-radius: 3px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition-style: linear;
	transition-duration: 0.2s;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=file]:focus
input[type=password]:focus,
select:focus, textarea:focus {
	background-color: #f2f2f2;
	outline: none;
}
select {
	padding: 8px 0px;
}
textarea {
	line-height: 150%;
	padding: 10px;
}
input[type=submit], input[type=file], input[type=button], button[type=submit], button {
	transition-style: linear;
	transition-duration: 0.2s;
	height: 34px;
	padding: 0px 10px;
}

.chenning-relative {
	position: relative;
	display: inline-block;
	width: 100%;
}
.jspVerticalBar {
	width: 5px;
}
.chenning-wrapper {
	width: 100%;
	position: relative;
	display: inline-block;
}
.chenning-header-sticked {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10001;
	background-color: rgba(255,255,255,1) !important;
}
.rivaslider-wrapper {
	overflow: hidden;
	width: 100%;
	display: inline-block;
}
.rivaslider-wrapper-inner {
	width: 10000px;
	position: absolute;
	left: 10px;
	top: 0px;
}
.chenning-section .rivaslider-wrapper {
	margin-top: 10px;
}

/*
	to-the-top
*/

#to-the-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #fff;
	z-index: 10003;
	cursor: pointer;
	display: none;
}
#to-the-top:hover {
	transition-style: linear;
	transition-duration: 0.2s;
}
#to-the-top:hover {
	color: #333;
}
#to-the-top i {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}

/*
	padding classes
*/

.chenning-100 {
	width: 100%;
	display: inline-block;
	margin-top:  15px;
}
.chenning-padding-left-10 {
	padding-left: 10px;
}
.chenning-padding-left-20 {
	padding-left: 20px;
}
.chenning-padding-left-30 {
	padding-left: 30px;
}
.chenning-padding-left-40 {
	padding-left: 40px;
}
.chenning-padding-top-0 {
	padding-top: 0px !important;
}
.chenning-margin-top-0 {
	margin-top: 0px !important;
}
.chenning-padding-top-10 {
	padding-top: 10px !important;
}
.chenning-padding-top-20 {
	padding-top: 20px !important;
}
.chenning-padding-top-60 {
	padding-top: 60px !important;
}
.chenning-padding-bottom-0 {
	padding-bottom: 0px !important;
}
.chenning-padding-bottom-30 {
	padding-bottom: 30px;
}
.margin-left-0 {
	margin-left: 0px !important;
}

/*
	chenning-preload
*/

#chenning-preload {
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #f2f2f2;
	height: 100%;
	width: 100%;
	z-index: 20000;
}
#chenning-preload i.fa {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	line-height: 100px;
	text-align: center;
	font-size: 64px;
	border-radius: 200px;
	color: #fff;
}
#chenning-preload span {
	position: absolute;
	width: 200px;
	height: 40px;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -80px;
	text-align: center;
	letter-spacing: 4px;
	color: #333;
}

/*
	chenning-section
*/

.chenning-section {
	width: 100%;
	float: left;
	padding-top: 60px;
	padding-bottom: 60px;
}
.chenning-section p.block-description {
	font-size: 130%;
	line-height: 200%;
	font-style: italic;
}
.chenning-section h2, .chenning-section h1, .chenning-section h3, .chenning-section h4, .chenning-section h5 {
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: normal;
    font-size: 20px;
}
.chenning-section h2 {
	text-transform: capitalize;
	margin-bottom: 20px;
	width: auto;
	display: inline-block;
}
.chenning-section .white {
	color: #fff;
}
.chenning-section-align-left {
	text-align: left;
}
.chenning-section-align-right {
	text-align: right;
}
.chenning-section-align-center {
	text-align: center;
	width: 100%;
}
.chenning-home-slider {
	padding: 0px;
}

/*
	Bootstrap carousel
*/

.chenning-home-slider .carousel {
}
.chenning-home-slider .carousel .item {
	max-height: 500px;
	overflow: hidden;
}
.chenning-home-slider .carousel .item img {
	min-width: 100%;
}
.chenning-home-slider .carousel .item .carousel-caption {
	font-size: 250%;
	margin-bottom: 30px;
}

/*
	Flex slider
*/

.chenning-home-slider .flexslider {
	border: 0px;
	margin: 0px;
}
.chenning-home-slider .flexslider .flex-viewport {
	max-height: 500px;
}
.chenning-home-slider .flexslider .flex-direction-nav a {
}
.chenning-home-slider .flexslider .flex-control-nav {
	bottom: 20px;
}

.chenning-section-st1 {
	background-color: #f2f2f2;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.chenning-section-st2 {
	/*	background-color: primary color: */
}
.chenning-section-st3 {
	/*	background-color: primary color: */
	padding-top: 30px;
	padding-bottom: 30px;
}
.chenning-section-bg1 {
	background-image: url(../img/slider-bg.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.chenning-section-bg2 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.chenning-section-bg3 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.chenning-section-bg4 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.chenning-section-bg5 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.chenning-section-bg6 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.chenning-section-bg7 {
	background-image: url(../img/slider-bg.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.chenning-section-bg8 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.chenning-section-bg9 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.chenning-section-bg10 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.chenning-content-404 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
	text-align: center !important;
}
.chenning-section-cta2 {
	padding-top: 30px;
	padding-bottom: 20px;
}
.chenning-section-cta2 p {
	text-align: center;
	color: #fff;
}
.chenning-section-cta2 p span {
	font-size: 180%;
	margin-right: 30px;
	display: inline-block;
}
.chenning-section-core {
}
.chenning-section-core h2 {
	color: #fff;
}
.chenning-section-core p {
	color: #fff;
	text-align: left;
}
.chenning-section-core ul {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.chenning-section-core ul li {
	width: 50%;
	float: left;
	text-align: left;
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: 200%;
}
.chenning-section-core ul li i {
	margin-right: 5px;
}

/*
	404
*/

.chenning-content-404 {
	text-align: center;
}
.chenning-content-404 .chenning-soc-buttons-list {
	position: absolute;
	z-index: 11;
	bottom: 0px;
	left: 0px;
}
.chenning-content-404-gradient {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 100%;
	opacity: 0.7;
}
.chenning-content-404-inner {
	z-index: 1000;
	position: relative;
	max-width: 1000px;
	display: inline-block;
	border: 0px solid #f00;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 75px 0px;
}
.chenning-content-404-inner .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.chenning-content-404-inner .chenning-logo p.logo {
	color: #fff;
	font-size: 280%;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
}
.chenning-content-404-inner .chenning-logo p.tagline {
	color: #fff;
}
.chenning-content-404-inner a.logolink:hover {
	text-decoration: none !important;
}
.chenning-content-404-inner p.oops {
	font-size: 900%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 150%;
}
.chenning-content-404-inner p.coming {
	font-size: 450%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 110%;
	margin: 50px 0px;
}
.chenning-content-404-inner p.note {
	font-size: 150%;
	color: #fff;
	line-height: 150%;
}
.chenning-content-404-inner p.note a {
	text-transform: capitalize;
	color: #fff;
}

/*
	chenning-page-title-1
*/

.chenning-page-title-1 {
	width: 100%;
	float: left;
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
	padding: 60px 0px;
}
.chenning-page-title-1 h1 {
	line-height: 40px;
	font-size: 360%;
	text-transform: capitalize;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}
.chenning-page-title-1 .search {
	width: 100%;
	float: left;
}
.chenning-page-title-1 .search input[type=text] {
	width: 100%;
	background-color: rgba(255,255,255,0.3);
	border: 0px;
	transition-style: linear;
	transition-duration: 0.2s;
	margin-top: 3px;
}
.chenning-page-title-1 .search input[type=text]:focus {
	background-color: rgba(255,255,255,0.7);
}

/*
	chenning-desktop-breadscrubs
*/

.chenning-desktop-breadscrubs {
	padding: 0px;
	margin-top: -30px;
}
.chenning-desktop-breadscrubs-inner {
	width: auto;
	text-transform: capitalize;
	float: right;
	padding: 0px 30px;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	color: #fff;
}
.chenning-desktop-breadscrubs-inner a {
	color: #fff;
}
.chenning-desktop-breadscrubs-inner a:hover {
	color: #fff;
}
.chenning-desktop-breadscrubs-inner i {
	margin: 0px 15px;
}

/*
	chenning-mobile-breadscrubs
*/

.chenning-mobile-breadscrubs {
	width: 100%;
	float: left;
	padding: 30px 0px;
	color: #fff;
	display: none;
	text-transform: capitalize;
}
.chenning-mobile-breadscrubs a {
	color: #fff;
}
.chenning-mobile-breadscrubs a:hover {
	color: #fff;
}
.chenning-mobile-breadscrubs i {
	margin: 0px 15px;
}

/*
	chenning-content
*/

.chenning-content, .chenning-header, .chenning-footer {
	width: 100%;
	float: left;
	text-align: left;
}

.fweixin{ margin-top:30px;padding: 0;}
.fweixin h3{
    color:#fff;
    font-size:14px;
    text-align:center;
    margin-top: 0;
}
.fweixin img{ max-width:100%; width:100%;}
.fweixin span{ font-size:14px; text-align:center; display:block; line-height:40px; background:#1e2124; color:#a3aab2;}

.copyright{width:100%; padding:30px 0; margin-top:60px; background:#1e2124;}
.copyright .copy_l{float:left;}
.copyright .copy_l a{
    color: #a3aab2;
}





.copyright .copy_r{float:right;}
.copyright .copy_r dl{float:left; padding:0 30px; margin:0;}
.copyright .copy_r dl dt{float:left;}
.copyright .copy_r dl dd{float:left; line-height:20px; color:#4a4e53; padding-left:15px;}
.copyright .copy_r dl dd span{ display:block; color:#a3aab2;}
.copyright .copy_r dl:nth-child(1){ background:url(../images/icon05.png) no-repeat right center;margin-right: 20px;}


/*
	chenning-btn
*/

.chenning-btn {
	width: auto;
	display: inline-block;
	border-radius: 3px;
	padding: 0px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: 0px;
	text-transform: uppercase;
    transition: .5s;
}
.chenning-btn:hover {
	text-decoration: none;
    background-color: #fff !important;
    color: #3D69BC;
    box-shadow: 0px 0px 10px #fff;
}
.chenning-btn-border-white {
	color: #fff;
	background-color: transparent;
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
}
.chenning-btn-border-white:hover {
	background-color: #fff !important;
	color: #333 !important;
}
.chenning-btn-small {
	font-size: 90%;
	line-height: 200%;
	text-transform: uppercase;
	padding: 0px 10px;
}
.chenning-btn-large {
	font-size: 150%;
	line-height: 200%;
	text-transform: uppercase;
}
.chenning-btn-normal {
	font-size: 100%;
	line-height: 250%;
	text-transform: uppercase;
}
.chenning-btn-primary, .chenning-btn-secondary {
	color: #fff;
}
.chenning-btn-primary-border, .chenning-btn-secondary-border {
	background-color: transparent;
	border-width: 2px;
	border-style: solid;
}
.chenning-btn-small.chenning-btn-secondary-border {
	border-width: 1px;
}

/*
	envor header bg desktop navigation mega menu
*/

.chenning-mega {
	position: absolute;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	z-index: 10001;
	text-align: left;
}
.chenning-mega .chenning-mega-section {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}
.chenning-mega .chenning-mega-section h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	color: #333;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 100%;
}
.chenning-mega .chenning-mega-section ul {
	display: block !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	width: 100% !important;
	border: 0px !important;
	float: left;
}
.chenning-mega .chenning-mega-section ul li {
	padding-left: 0px !important;
}
.chenning-mega .chenning-mega-section ul li a i {
	transition-style: linear;
	transition-duration: 0.2s;
	color: #ccc;
	margin-right: 5px;
}
.chenning-mega .chenning-mega-section p {
	font-size: 100%;
	line-height: 150%;
}

/*
	envor mobile menu
*/

.chenning-mobile-menu {
	position: fixed;
	right: -200px;
	top: 0px;
	height: 100%;
	width: 200px;
	border-left-width: 2px;
	border-left-style: solid;
	z-index: 10009;
	display: none;
}
.chenning-mobile-menu nav {
	width: 100%;
	float: left;
	position: relative;
	overflow: auto;
}
.chenning-mobile-menu nav > ul {
	width: 100%;
	float: left;
}
.chenning-mobile-menu nav ul {
	margin: 0px;
	padding: 0px;
}
.chenning-mobile-menu nav ul {
	display: block;
}
.chenning-mobile-menu nav ul ul {
	display: none;
}
.chenning-mobile-menu nav ul li {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 1px;
	position: relative;
}
.chenning-mobile-menu nav ul li a {
	color: #fff;
	text-transform: capitalize;
	padding-left: 20px;
	float: left;
	line-height: 20px;
	margin: 10px 0px;
}
.chenning-mobile-menu .border, .chenning-mobile-cart-list .border {
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.1);
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}
.chenning-mobile-menu nav ul li i.glyphicon-plus-sign {
	position: absolute;
	right: 20px;
	top: 0px;
	line-height: 40px;
	height: 40px;
	cursor: pointer;
	color: #fff;
}
.chenning-mobile-menu nav ul ul {
	background-color: rgba(000,000,000,0.2) !important;
	float: left;
	width: 100%;
}
.chenning-mobile-menu nav ul ul > li {
	border-bottom-width: 0px;
	padding-bottom: 0px;
	padding-top: 1px;
}
.chenning-mobile-menu nav ul li .border {
	bottom: 0px;
	left: 0px;
}
.chenning-mobile-menu nav ul ul > li .border {
	top: 0px;
	bottom: auto;
}
.chenning-mobile-menu nav > .border {
	top: 0px;
	bottom: auto;
}
.chenning-mobile-menu > i {
}
#chenning-mobile-menu-btn, #chenning-mobile-cart-btn {
	position: fixed;
	width: 40px !important;
	height: 40px;
	right: 0px;
	top: 46px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	z-index: 10008;
	display: none;
}
#chenning-mobile-cart-btn {
	top: 92px;
}

/*
	chenning-mobile-cart-list
*/

.chenning-mobile-cart-list {
	width: 100%;
	float: left;
	max-height: 300px;
	position: relative;
	padding-top: 1px;
}
.chenning-mobile-cart-list > .border {
	bottom: auto !important;
	top: 0px !important;
}
.chenning-mobile-cart-list p {
	width: 100%;
	float: left;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px !important;
	padding-bottom: 1px;
	position: relative;
	margin: 0px;
}
.chenning-mobile-cart-list p span.price {
	width: 100%;
	float: left;
}
.chenning-mobile-cart-list p a {
	color: #fff;
	text-transform: capitalize;
}

/*
	envor scroller
*/

.chenning-scroller {
	width: 100%;
	float: left;
	display: none;
}
.chenning-scroller > i {
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	width: 50% !important;
	background-color: rgba(000,000,000,0.2);
	float: left;
	color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.chenning-mobile-menu h3 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 40px;
	text-transform: uppercase;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	position: relative;
}

/*
	chenning-layerslider
*/

.chenning-layerslider {
}

/*
	chenning-layerslider
*/

.chenning-layerslider {
	width: 100%;
	float: left;
}
.chenning-layerslider .ls-layer {
	width: 100%;
	float: left;
}
.chenning-layerslider img.ls-bg {
	width: 100%;
	float: left;
}
.chenning-layerslider .chenning-layerslider-block {
	width: 300px;
	height: 150px;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.chenning-layerslider .chenning-layerslider-block h3 {
	font-size: 15px;
	line-height: 18px;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
.chenning-layerslider .chenning-layerslider-block h2 {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
.chenning-layerslider .chenning-layerslider-block p {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}
.ls-label-secondary {
	width: 140px;
	height: 100px;
	border-radius: 200px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0px;
	position: relative;
	z-index: 10;
}
.ls-label-secondary span, .ls-label-secondary p {
	width: 100%;
	float: left;
	color: #fff;
}
.ls-label-secondary p {
	font-size: 24px;
}
.ls-label-secondary :first-child {
	margin-top: 10px;
}
.ls-label-primary {
	position: relative;
	z-index: 1;
	color: #fff;
	border-radius: 200px;
	width: 90px;
	height: 0px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 10px;
	text-transform: capitalize;
	font-size: 16px;
}
.ls-layer h1 {
	font-size: 52px;
	text-transform: uppercase;
}
.ls-layer p.color-text {
	font-size: 18px;
	text-transform: capitalize;
}
.ls-layer p.feature {
	color: #222;
}
.chenning-store-ls1, .chenning-store-ls2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	text-transform: uppercase;
	width: 400px;
	text-align: center;
}
.chenning-store-ls1 {
	font-size: 32px;
}
.chenning-store-ls2 {
	font-size: 96px;
	border: 0px solid #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.chenning-store-price-1 {
	width: 150px;
}
.chenning-store-price-1 p {
	width: 100%;
	float: left;
	text-align: center;
}
.chenning-store-price-1 p.pr1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 10px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 10px;
}
.chenning-store-price-1 p.pr2 {
	font-style: italic;
	color: #fff;
	font-size: 18px;
}
.chenning-store-price-1 p.pr3 {
	font-size: 64px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
}

/*
	chenning-navigation
*/

.chenning-navigation {
	width: 100%;
	float: left;
	height: 34px;
	text-align: center;
	margin-top: 20px;
}
.chenning-navigation a {
	display: inline-block;
	line-height: 34px;
	height: 34px;
	width: 34px;
	text-align: center;
	font-size: 18px;
	border-radius: 20px;
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	background-color: rgba(000,000,000,0.1);
}
.chenning-navigation a i {
	line-height: 30px;
	font-size: 12px;
	width: 100% !important;
	float: left;
	text-align: center;
}
.chenning-navigation-left {
	text-align: left;
}
.chenning-navigation-left a {
	float: left;
}
.chenning-navigation-left a.forward {
	margin-left: 5px;
}
.chenning-navigation-right {
	width: auto;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
}
.chenning-footer .chenning-navigation a {
	color: #fff;
	border-color: #fff;
}
.chenning-navigation a:hover {
	color: #fff !important;
}
.chenning-section-color .chenning-navigation a:hover {
	background-color: #fff !important;
}
.chenning-navigation-white a {
	background-color: rgba(255,255,255,0.3);
	color: #333;
}

/* chenning-controls */

.chenning-controls {
	width: 100%;
	float: left;
	height: 12px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 20px;
}
.chenning-controls span {
	cursor: pointer;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 20px;
	margin: 0px 2px;
}
.chenning-controls-left {
	text-align: left;
}
.chenning-controls-left span {
	margin: 0px;
	margin-right: 5px;
	float: left;
}

/*
	chenning-widget
*/

.chenning-widget {
}
.chenning-widget h3 {
	font-weight: lighter;
	margin-top:  0px;
}
.chenning-widget-inner {
	width: 100%;
}
.chenning-content .chenning-widget {
	width: 100%;
	display: inline-block;
}
.chenning-content .chenning-widget h3 {
	text-transform: capitalize;
	margin-bottom: 20px;
}
.chenning-search-widget input[type=text] {
	width: 100%;
}

/*
	chenning-twiiter-widget
*/

.chenning-simple-twiiter-widget {
}
.chenning-simple-twiiter-widget ul, .chenning-simple-twiiter-widget ul li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.chenning-simple-twiiter-widget ul li {
	text-align: left;
	line-height: inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-bottom: 15px;
	padding-left: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.chenning-simple-twiiter-widget ul li i.fa-twitter {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background-color: #f2f2f2;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 100px;
}
.chenning-simple-twiiter-widget ul li p.interact {
	background-color: #f2f2f2;
}
.chenning-simple-twiiter-widget ul li p.interact a {
	margin-left: 15px;
}

/*
	chenning-category-widget
*/

.chenning-category-widget {
}
.chenning-category-widget ul, .chenning-category-widget ul li, .chenning-category-widget ul li p, .chenning-category-widget ul li small {
	width: 100%;
	float: left;
	margin-bottom: 0px;
	padding: 0px;
	margin: 0px;
}
.chenning-category-widget ul li {
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.chenning-category-widget ul li small {
	font-style: italic;
	line-height: normal;
}
.chenning-category-widget ul li p .glyphicon, .chenning-category-widget ul li p .fa {
	color: #ddd;
	margin-right: 5px;
	transition-style: linear;
	transition-duration: 0.2s;
}
.chenning-category-widget ul li p a {
	text-transform: capitalize;
	margin-right: 10px;
}
.chenning-category-widget ul li p span {
	width: auto;
	float: right;
	border-radius: 100px;
	background-color: #e5e5e5;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	transition-style: linear;
	transition-duration: 0.2s;
}
.chenning-category-widget ul li p span.hovered {
	color: #fff;
}
.chenning-category-widget ul li a .fa-rss {
	color: #ff8300;
}
.chenning-category-widget ul li a .fa-rss:hover {
	color: #333 !important;
}
.chenning-category-widget ul :last-child {
	margin-bottom: 0px;
}

/*
	chenning-sidebar-post
*/

.chenning-sidebar-post {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 50px;
	min-height: 40px;
	position: relative;
	margin-bottom: 30px;
}
.chenning-sidebar-post figure {
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.chenning-sidebar-post figure img {
	position: absolute;
	max-width: none;
	max-height: none;
	min-height: none;
	min-width: none;
	max-height: 100%;
}
.chenning-sidebar-post p {
	margin-bottom: 0px !important;
}
.chenning-sidebar-post .meta {
	font-style: italic;
}

/*
	chenning-sidebar-comment
*/

.chenning-sidebar-comment {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.chenning-sidebar-comment p {
	margin-bottom: 0px !important;
}
.chenning-sidebar-comment p.comment {
	font-style: italic;
}

/*
	chenning-about-widget
*/

.chenning-about-widget p.links {
	margin-top: 20px;
}
.chenning-about-widget p.links a {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100px;
	border: 1px solid #fff;
	display: inline-block;
	line-height: 30px;
}
.chenning-about-widget p.links a:hover {
	color: #fff;
}
.chenning-about-widget p.contacts {
	width: 100%;
	border: 0px solid rgba(000,000,000,0.2);
	border-top-width: 0px;
	border-bottom-width: 1px;
	padding: 10px 0px;
	padding-left: 20px;
	margin-bottom: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.chenning-about-widget p.contacts i {
	position: absolute;
	left: 0px;
	top: 13px;
}

/*
	chenning-latest-tweets-widget
*/

.chenning-latest-tweets-widget {
}
.chenning-latest-tweets-widget li.tweet-item {
	list-style: none;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 1px;
}
.chenning-latest-tweets-widget li.tweet-item .user {
	margin-bottom: 10px;
}
.chenning-latest-tweets-widget li.tweet-item .user img {
	margin-right: 10px;
}
.chenning-latest-tweets-widget li.tweet-item a:hover {
	color: #fff;
}
.chenning-latest-tweets-widget i.fa-twitter {
	width: 64px;
	height: 64px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	font-size: 32px;
	border-radius: 100px;
	display: inline-block;
	margin-bottom: 30px;
}
.chenning-latest-tweets-widget p.interact {
	border: 0px solid rgba(000,000,000,0.2);
	border-top-width: 1px;
	padding-top: 10px;
}
.chenning-latest-tweets-widget p.interact a {
	margin: 0px 10px;
	margin-left: 0px;
}
.chenning-latest-tweets-widget p.interact a i {
	margin-right: 5px;
}

/*
	chenning-latest-news-2-widget
*/

.chenning-latest-news-2-widget {
}
.chenning-latest-news-2-widget ul {
	width: 100%;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.chenning-latest-news-2-widget ul li {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.chenning-latest-news-2-widget ul :last-child {
	margin-bottom: 0px;
}
.chenning-latest-news-2-widget ul li small {
	font-size: 75%;
	letter-spacing: 3px;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
}
.chenning-latest-news-2-widget ul li p {
	margin-bottom: 0px;
}
.chenning-latest-news-2-widget ul li p.title {
	text-transform: capitalize;
}

/*
	chenning-testimonials-3
*/

.chenning-testimonials-3, .chenning-testimonials-3 .chenning-testimonials-3-inner {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: none;
	text-align: left;
}
.chenning-testimonials-3 .chenning-testimonials-3-inner {
	position: relative;
}
.chenning-testimonials-3 .chenning-testimonials-3-inner p.text {
	font-style: italic;
	background-color: #f2f2f2;
	padding: 30px;
	position: relative;
	margin-bottom: 10px;
}
.chenning-testimonials-3 .chenning-testimonials-3-inner p.text i.fa-quote-left {
	margin-right: 10px;
}
.chenning-testimonials-3 .chenning-testimonials-3-inner p.text i.fa-quote-right {
	margin-left: 10px;
}
.chenning-testimonials-3 .chenning-testimonials-3-inner .arrow {
	width: 15px;
	height: 15px;
	background-color: #f2f2f2;
	bottom: -5px;
	left: 23px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.chenning-testimonials-3 .chenning-testimonials-3-inner .author {
	width: 100%;
	float: left;
	position: relative;
	min-height: 64px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 80px;
}
.chenning-testimonials-3 .chenning-testimonials-3-inner .author .avatar {
	width: 64px;
	height: 64px;
	color: #fff;
	border-radius: 100px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.chenning-testimonials-3 .chenning-testimonials-3-inner .author .avatar i {
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 24px;
}
.chenning-testimonials-3 .chenning-testimonials-3-inner .author .avatar img {
	max-width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}
.chenning-testimonials-3 .chenning-testimonials-3-inner .author p {
	line-height: 34px;
	float: left;
	width: 100%;
	font-size: 18px;
	color: #333;
}
.chenning-testimonials-3 .chenning-testimonials-3-inner .author small {
	line-height: 14px;
	float: left;
	width: 100%;
	font-size: inherit;
}
.chenning-testimonials-3 p {
	margin-bottom: 0px;
}

/*
	.chenning-footer .chenning-widget
*/

.chenning-footer {
}
.chenning-footer .chenning-widget {
	width: 100%;
	float: left;
}
.chenning-footer .chenning-widget h3 {
	color: #fff;
	text-transform: capitalize;
	font-size:14px;
	margin-bottom: 10px;
	display: inline-block;
	width: auto;
	margin-top:30px;
}
.chenning-footer .chenning-widget a {
	color: #a3aab2;
}

/*
	chenning-tags-widget
*/

.chenning-tags-widget {
	text-align: left;
}
.chenning-tags-widget a {
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	line-height: 160%;
	margin-right: 5px;
	margin-bottom: 7px;
	padding: 0px 5px;
	text-transform: lowercase;
}
.chenning-footer .chenning-tags-widget a {
	border-color: rgba(255,255,255,0.2);
}
.chenning-tags-widget p {
	margin-top: 10px;
}
.chenning-tags-widget p > a {
	border: 0px;
	text-transform: uppercase;
}
.chenning-tags-widget a.chenning-tag-item:hover {
	text-decoration: none;
	color: #fff !important;
}

/*
	chenning-widget newsletters
*/

.chenning-widget .quick_newsletter {
	width: 100%;
	float: left;
	margin-top: 0px !important;
}
.chenning-widget .quick_newsletter input {
	width: 100%;
	margin-bottom: 10px;
}
.chenning-widget .quick_newsletter input[type=button] {
	margin-bottom: 0px;
	transition-style: linear;
	transition-duration: 0.2s;
}

/*
	chenning-links-widget
*/
.chenning-links-widget i{ display:none; width:56px; height:56px; margin-left:10px; margin-top:60px; border:1px solid #494d51; border-radius:100%; background-color:#272b2e; background-position:center center; background-repeat:no-repeat;}
.chenning-links-widget i.footnavicon01{ background-image:url(../images/ficon01.png);}
.chenning-links-widget i.footnavicon02{ background-image:url(../images/ficon02.png);}
.chenning-links-widget i.footnavicon03{ background-image:url(../images/ficon03.png);}
.chenning-links-widget i.footnavicon04{ background-image:url(../images/ficon04.png);}
.chenning-links-widget i.footnavicon05{ background-image:url(../images/ficon05.png);}
.chenning-links-widget i.footnavicon06{ background-image:url(../images/ficon06.png);}
.chenning-links-widget i.footnavicon07{ background-image:url(../images/ficon07.png);}


.chenning-links-widget ul, .chenning-links-widget ul li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.chenning-links-widget ul{ min-height:180px; background:url(../images/icon02.png) repeat-y right top;}

.chenning-links-widget ul li {
	padding-bottom: 1px;
	position: relative;
}
.chenning-links-widget ul li a {
	text-transform: capitalize;
	line-height: 35px;
	float: left;
    font-size: 12px;
	background:url(../images/icon01.png) no-repeat left center;
	text-indent:15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.chenning-links-widget ul li .border {
	display:none;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(000,000,000,0.2);
}
.chenning-footer .chenning-links-widget ul li .border {
	display:none;
	background-color: rgba(255,255,255,0.1);
}

/*
	chenning-flick-widget
*/

.chenning-flick-widget img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.chenning-flick-widget img:hover {
	border-width: 3px;
	border-style: solid;
}

/*
	chenning-contacts-widget
*/

.chenning-contacts-widget p {
	width: 100%;
	float: left;
	position: relative;
	padding-top: 45px;
	margin-bottom: 15px;
}
.chenning-contacts-widget p .fa, .chenning-contacts-widget p .glyphicon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
}
.chenning-contacts-widget p a {
	color: #fff;
}

/*
	chenning-contacts-widget
*/

.chenning-contacts-2-widget {
	width: 100%;
	float: left;
}
.chenning-contacts-2-widget img {
	max-width: 100%;
	max-height: 150px;
	float: left;
}
.chenning-contacts-2-widget p {
	width: 100%;
	float: left;
	margin-top: 15px;
}

/*
	chenning-copyrights
*/

.chenning-copyright-widget {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 30px;
	margin-top: 60px;
	display: inline-block;
}
.chenning-copyright-widget a {
	color: #fff;
	text-transform: uppercase;
}
.chenning-copyright-widget p {
	width: 49%;
	float: left;
	display: inline-block;
	margin-bottom: 0px;
}
.chenning-copyright-widget p:last-child {
	float: right;
	text-align: right;
}

/*
	chenning-widget newsletters
*/

.chenning-widget .quick_newsletter {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.chenning-widget .quick_newsletter input {
	width: 100%;
	margin-bottom: 10px;
}
.chenning-widget .quick_newsletter input[type=button] {
	margin-bottom: 0px;
}

/*
	chenning-post-preview
*/

.chenning-post-preview {
	width: 100%;
	float: left;
	margin-left: 1px;
}
.chenning-post-preview, .chenning-post-preview .header {
	width: 100%;
	float: left;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.chenning-post-preview .chenning-post-preview-inner {
	width: 100%;
	float: left;
}
.chenning-post-preview .chenning-post-preview-inner-padding-left {
}
.chenning-post-preview .header {
	padding-left: 0px;
	min-height: 50px;
	margin-bottom: 15px;
}
.chenning-post-preview .header a {
	line-height: 25px;
	font-size: 18px;
	float: left;
	text-align: left;
	text-transform: capitalize;
}
.chenning-post-preview .header .date {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 50px;
}
.chenning-post-preview .header .date span {
	width: 100%;
	float: left;
	line-height: 35px;
	text-align: center;
}
.chenning-post-preview .header .date span.month {
	line-height: 15px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-top-width: 1px;
	border-top-style: solid;
}
.chenning-post-preview .header .date span.day {
	font-size: 24px;
	font-weight: 600;
	color: #333;
}
.chenning-post-preview figure {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.chenning-post-preview figure img {
	float: left;
}
.chenning-post-preview figure figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	display: none;
}
.chenning-post-preview figure figcaption i {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	top: 0;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}
.chenning-post-preview figure figcaption i:hover {
	color: #fff;
	transition-duration: 0.2s;
	transition-style: linear;
}
.chenning-footer .chenning-widget .chenning-post-preview .header span {
	color: #fff;
}
.chenning-footer .chenning-widget .chenning-post-preview .header a {
	color: #fff;
}

/*
	chenning-feature
*/

.chenning-feature {
	width: 100%;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.chenning-feature .chenning-feature-inner {
	width: 100%;
	float: left;
	border: 0px solid #f00;
}
.chenning-feature span.bg {
	position: absolute;
}
.chenning-feature :last-child {
	margin-bottom: 0px;
}
.chenning-feature header {
	line-height: 60px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 80px;
	color: #333;
	text-transform: capitalize;
	font-size: 180%;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	text-align: left;
}
.arrow-color {
	position: absolute;
	left: 15px;
	top: 30px;
	width: 30px;
	height: 30px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.chenning-feature header i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 32px;
	line-height: 60px;
	text-align: center;
	z-index: 10;
}
.chenning-feature p {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	text-align: left !important;
	font-size: 100%;
}
.chenning-section-hosting-bg .chenning-feature p, .chenning-section-hosting-bg .chenning-feature header, .chenning-section-hosting-bg .chenning-feature p a:hover {
	color: #fff;
}
.chenning-section-hosting-bg {
}

/*
	chenning-feature-2
*/

.chenning-feature-2 {
	width: 100%;
	float: left;
	border: 0px solid #f00;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
}
.chenning-feature-2, .chenning-feature-2 header {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	color: #fff;
}
.chenning-feature-2 header {
	padding-top: 90px;
	margin-bottom: 30px;
	text-transform: capitalize;
	font-size: 24px;
}
.chenning-feature-2 header.i-color i {
	color: #fff !important;
}
.chenning-feature-2 header .arrow {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background-color: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.chenning-feature-2 header .fa, .chenning-feature-2 header .glyphicon {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	color: #333;
	font-size: 36px;
	z-index: 10;
}
.chenning-feature-2 p {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
.chenning-feature-2 p a:hover {
	color: #fff;
}
.chenning-feature-2-color header i {
	color: #fff !important;
}

/*
	chenning-feature-store
*/

.chenning-feature-store {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 50px;
	min-height: 40px;
	position: relative;
	margin: 0px !important;
}
.chenning-feature-store span {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.chenning-feature-store span i {
}
.chenning-feature-store p {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	font-weight: lighter;
	margin-bottom: 0px;
}
.chenning-feature-store p strong {
	font-weight: bold;
}
.chenning-feature-store span.arrow {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 28px;
	top: 13px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.chenning-feature-store-white {
	color: #fff;
}
.chenning-feature-store-white span {
	background-color: #fff;
}
.chenning-feature-store-white span.arrow {
	background-color: #fff;
}
.chenning-feature-store-white strong {
	color: #fff !important;
}
.chenning-feature-store-dark {
	color: #333;
}
.chenning-feature-store-dark p {
	font-weight: normal;
}
.chenning-feature-store-dark {
	margin-top: 20px;
	margin-bottom: 10px;
}
.chenning-feature-store-dark span i {
	color: #fff;
	line-height: 40px;
}
.chenning-feature-store-dark span i {
	color: #fff !important;
}

/*
	chenning-feature-3
*/

.chenning-feature-3 {
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
	padding: 30px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
	margin-bottom: 10px;
	margin-top: 20px;
}
.chenning-feature-3 span {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	top: -40px;
	border-radius: 100px;
}
.chenning-feature-3 span .fa, .chenning-feature-3 span .glyphicon {
	width: 100%;
	float: left;
	width: 60px;
	height: 60px;
	color: #fff;
	line-height: 55px;
	font-size: 24px;
	border-radius: 100px;
}
.chenning-feature-3 h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: capitalize;
}
.chenning-feature-3 p {
	margin-top: 15px;
}

/* chenning-feature-4 */

.chenning-feature-4 {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
.chenning-feature-4 h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.chenning-feature-4 p {
	margin-bottom: 0px;
}
.chenning-feature-4 figure {
	margin-bottom: 15px;
}

/*
	chenning-project
*/

.chenning-project {
	/*float: left;*/
	width: 268px;
	margin: 0 auto;
	background-color: #fff;
	text-align: left !important;
}
.chenning-project .chenning-project-inner {
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
}
.chenning-project .chenning-project-inner figure {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.chenning-project .chenning-project-inner figure img {
	left: 0px;
	top: 0px;
	max-width: 100%;
	z-index: 1;
}
.chenning-project figure {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.chenning-project figure img {
	left: 0px;
	top: 0px;
	max-height: none !important;
	max-width: none !important;
	min-width: none !important;
	min-height: none !important;
	width: 100%;
}
.chenning-project figure figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: hidden;
	display: none;
}
.chenning-project figure figcaption i {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	top: 0;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}
.chenning-project figure figcaption i:hover {
	color: #fff;
	transition-duration: 0.2s;
	transition-style: linear;
}
.chenning-project .chenning-project-inner .chenning-project-details {
	position: relative;
	width: 100%;
    text-align: center;
}
.chenning-project .chenning-project-inner .chenning-project-details p {
	width: 100%;
	float: left;
	margin-top: 30px;
	line-height: 20px;
	margin-bottom: 0px;
}
.chenning-project .chenning-project-inner .chenning-project-details p.link {
	font-size: 130%;
}
.chenning-project .chenning-project-inner .chenning-project-details p.link a {
	text-transform: capitalize;
}
.chenning-project .chenning-project-inner .chenning-project-details p.filter {
	margin-top: 0px;
	margin-bottom: 30px;
	font-style: italic;
}
.chenning-project .chenning-project-inner .chenning-project-details .chenning-project-likes {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	padding: 30px 20px;
	color: #333;
	font-size: 130%;
}
.chenning-project .chenning-project-inner .chenning-project-details .chenning-project-likes .fa,
.chenning-project .chenning-project-inner .chenning-project-details .chenning-project-likes .glyphicon {
	font-size: 100%;
	line-height: 200%;
}

/*
	chenning-latest-tweets
*/

.chenning-section-twitter-1 li.tweet-item {
	list-style: none;
	float: left;
	color: #fff;
}
.chenning-section-twitter-1 li.tweet-item a:hover {
	color: #fff;
}
.chenning-section-twitter-1 i.fa-twitter {
	width: 64px;
	height: 64px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	font-size: 32px;
	border-radius: 100px;
	display: inline-block;
	margin-bottom: 30px;
}
.chenning-section-twitter-1 p.interact a {
	margin: 0px 10px;
}
.chenning-section-twitter-1 p.interact a i {
	margin-right: 5px;
}
.chenning-section-color li.tweet-item {
	color: #fff;
}
.chenning-section-color li.tweet-item a {
}

/*
	chenning-testimonials-1
*/

.chenning-testimonials-1 {
	width: 100%;
	float: left;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	min-height: 60px;
}
.chenning-testimonials-1 i.fa, .chenning-testimonials-1 i.glyphicon {
	width: 60px;
	height: 60px;
	position: absolute;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	top: 50%;
	margin-top: -30px;
}
.chenning-testimonials-1 i.fa-quote-left {
	left: 0px;
}
.chenning-testimonials-1 i.fa-quote-right {
	right: 0px;
}
.chenning-testimonials-1 p {
	width: 100%;
	float: left;
	text-align: center;
	padding: 30px 0px;
	margin-bottom: 0px;
}
.chenning-testimonials-1 p.author {
	padding-top: 0px;
	color: #333;
}
.chenning-testimonials-inner {
	width: 100%;
	float: left;
	padding: 0px 80px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*
	chenning-testimonials-2
*/

.chenning-testimonials-2 {
	width: 100%;
	float: left;
	position: relative;
	min-height: 60px;
	text-align: left !important;
}
.chenning-testimonials-2-inner {
	padding: 30px 60px;
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
}
.chenning-testimonials-2 .arrow {
	width: 20px;
	height: 20px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 100%;
    margin-top: -15px;
    left: 60px;
    position: absolute;
}
.chenning-testimonials-2 .fa, .chenning-testimonials-2 .glyphicon {
	position: absolute;
	right: 0px;
	top: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}
.chenning-testimonials-2 .fa:nth-child(odd), .chenning-testimonials-2 .glyphicon:nth-child(odd) {
	right: auto;
	left: 0px;
}
.chenning-testimonials-2 p {
	font-style: italic;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.chenning-testimonials-2 p.author {
	margin-bottom: 0px;
	font-style: normal;
	color: #fff;
}

/*
	chenning-estate-form
*/

.chenning-estate {
	padding: 30px 0px
}
.chenning-estate-form, .chenning-estate-form .chenning-estate-form-item {
	width: 100%;
	display: inline-block;
}
.chenning-estate-form p.elabel {
	color: #fff;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.chenning-estate-form .chenning-estate-form-item {
	background-color: #fff;
	line-height: 34px;
	height: 34px;
	padding: 0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	position: relative;
}
.chenning-estate-form .chenning-estate-form-item span.val {
	margin-left: 10px;
	text-transform: capitalize;
}
.chenning-estate-form .chenning-estate-form-item input[type=text] {
	padding: 0px 10px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #f00;
	min-width: 100% !important;
	width: 100% !important;
}
.chenning-estate-form .chenning-estate-form-item i.fa-caret-down {
	cursor: pointer;
	float: right;
	width: 18px;
	height: 18px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	margin: 8px 0px;
	margin-right: 8px;
	position: relative;
	z-index: 999;
}
.chenning-estate-form .chenning-estate-form-item .chenning-efi-list {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	max-height: 215px;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	z-index: 1000;
	box-shadow: #ddd 2px 2px 2px;
	box-shadow: rgba(000,000,000,0.2) 2px 2px 2px;
	display: none;
}
.chenning-estate-form .chenning-estate-form-item .chenning-efi-list p {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}
.chenning-estate-form .chenning-estate-form-item .chenning-efi-list p input[type=checkbox] {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 10px; 
	line-height: normal;
	height: 20px;
}
.chenning-estate-form .chenning-estate-form-item .chenning-efi-list p label {
	float: left;
	line-height: 20px;
	font-weight: normal;
	width: auto;
	color: #333;
	text-transform: capitalize;
	cursor: pointer;
}
.chenning-estate-form input[type=submit] {
	padding: 0px 0px;
	width: 100%;
	transition-style: linear;
	transition-duration: 0.2s;
}
.chenning-estate-form .chenning-estate-form-item-t1 {
	width: 45%;	
	float: left;
}
.chenning-estate-form .chenning-estate-form-item-t2 {
	width: 45%;	
	float: right;
}
.chenning-estate-form .chenning-estate-search-type {
	width: auto;
	float: right;
	margin-right: 15px;
	margin-top: -60px;
	position: relative;
	z-index: 1001;
}
.chenning-estate-form .chenning-estate-search-type span {
	line-height: 30px;
	float: left;
	padding: 0px 10px;
	color: #999;
	text-transform: uppercase;
	cursor: pointer;
	transition-style: linear;
	transition-duration: 0.2s;
}
.chenning-estate-form .chenning-estate-search-type span.active {
	color: #fff;
}

/*
	chenning-property-1
*/

.chenning-property-1 {
	display: inline-block;
	float: left;
}
.chenning-property-1-inner {
	width: 100%;
	float: left;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	position: relative;
	z-index: 1;
}
.chenning-property-1 span {
	position: absolute;
	z-index: 10;
	line-height: 30px;
	height: 30px;
	padding: 0px 20px;
	color: #fff;
	font-size: 16px;
	left: 0px;
	top: 0px;
}
.chenning-property-1 figure {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.chenning-property-1 figure img {
	float: left;
}
.chenning-property-1 figure figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	display: none;
}
.chenning-property-1 figure figcaption i {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	top: 0;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}
.chenning-property-1 figure figcaption i:hover {
	color: #fff;
	transition-duration: 0.2s;
	transition-style: linear;
}
.chenning-property-1 p {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0px;
}
.chenning-property-1 p.link a {
	margin: 30px 0px;
	text-transform: capitalize;
	font-size: inherit;
	width: 100%;
	display: inline-block;
}
.chenning-property-1 p a {
}
.chenning-property-1 p.title {
	font-size: 130%;
	margin-bottom: 15px;
	line-height: 24px;
	float: left;
	min-height: 48px;
}
.chenning-property-1 p.type span {
	background-color: #e5e5e5;
	border-radius: 3px;
	font-size: 80%;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	position: relative;
	line-height: 150%;
	height: auto;
	margin-bottom: 15px;
	padding: 0px 10px;
	float: left;
}
.chenning-property-1 ul {
	margin-top: 30px;
	float: left;
	width: 100%;
	padding: 0px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.chenning-property-1 ul li {
	width: 33%;
	float: left;
	text-align: center;
	line-height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}
.chenning-property-1 ul li span {
	position: relative;
	font-size: 100%;
	padding: 0px;
	background-color: transparent !important;
	display: none;
}
.chenning-property-1 ul li img {
	margin-right: 0px;
	opacity: 0.3;
}

/*
	chenning-property-2, .chenning-property-3
*/

.chenning-property-2 {
	width: 50% !important;
	min-height: 150px !important;
}
.chenning-property-3 {
	width: 100% !important;
}
.chenning-property-2 .chenning-property-1-inner, .chenning-property-3 .chenning-property-1-inner {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 300px;
}
.chenning-property-2 .chenning-property-1-inner figure, .chenning-property-3 .chenning-property-1-inner figure {
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.chenning-property-2 p.title, .chenning-property-3 p.title {
	margin-top: 30px;
	line-height: 24px;
	min-height: 24px;
}
.chenning-property-2 ul, .chenning-property-3 ul {
	margin-top: 15px;
}
.chenning-property-2 ul li, .chenning-property-3 ul li {
	border-top-width: 0px;
	float: left;
	width: auto;
	text-align: left;
	margin-right: 15px;
	line-height: normal;
}

/*
	chenning-domain-search
*/

.chenning-domain-search {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
.chenning-domain-search > p {
	color: #fff;
	margin-bottom: 0px;
}
.chenning-domain-search > p a:hover {
	color: #fff;
}
.chenning-domain-search form {
	width: 100%;
	float: left;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 90px;
	margin-bottom: 10px;
}
.chenning-domain-search form input[type=submit] {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px 10px !important;
	transition-style: linear;
	transition-duration: 0.2s;
}
.chenning-domain-search form .chenning-domain-search-inner {
	width: 100%;
	float: left;
	background-color: #fff;
	border-radius: 3px;
	height: 34px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 100px;
}
.chenning-domain-search form .chenning-domain-search-inner > input[type=text] {
	border: 0px !important;
	width: 100%;
}
.chenning-domain-search form .chenning-domain-search-inner div.zone {
	width: 90px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	position: absolute;
	right: 10px;
	top: 0px;
	height: 34px;
	line-height: 34px;
	color: #222;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
}
.chenning-domain-search form .chenning-domain-search-inner div.zone > span {
	float: left;
	width: auto;
}
.chenning-domain-search form .chenning-domain-search-inner div.zone ul {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100px;
	max-height: 200px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: #ddd 2px 2px 2px;
	box-shadow: rgba(000,000,000,0.2) 2px 2px 2px;
	padding: 10px;
	display: none;
	z-index: 1000;
	margin: 0px;
	padding: 10px;
}
.chenning-domain-search form .chenning-domain-search-inner div.zone ul li {
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	line-height: 200%;
}
.chenning-domain-search form .chenning-domain-search-inner div.zone i {
	cursor: pointer;
	float: right;
	width: 18px;
	height: 18px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	margin: 8px 0px;
	position: relative;
	z-index: 999;
}

/*
	chenning-domain-price
*/

.chenning-domain-price {
	width: 25%;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	height: 100%;
	text-align: center;
	padding: 10px 0px;
	margin-bottom: 0px;
}
.chenning-domain-price p {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 0px;
}
.chenning-domain-price small {
	color: #fff;
	font-size: 13px;
}

/*
	chenning-pricing-1
*/

.chenning-pricing-1 {
	text-align: center;
	border: 1px solid #e5e5e5;
	width: 100%;
	display: inline-block;
}
.chenning-pricing-1 > p {
	margin: 30px 0px;
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px;
}
.chenning-pricing-1 > ul {
	width: 100%;
	float: left;
	margin-bottom: 0px;
	margin: 0px;
	padding: 0px;
}
.chenning-pricing-1 > ul li {
	line-height: 40px;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #222;
}
.chenning-pricing-1 > ul :nth-child(odd) {
	background-color: #f2f2f2;
}
.chenning-pricing-1 header {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 80px;
	position: relative;
}
.chenning-pricing-1 header p, .chenning-pricing-1 header small {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}
.chenning-pricing-1 header .plan-title {
	width: 100%;
	float: left;
	padding: 20px 0px;
}
.chenning-pricing-1 header .plan-title p {
	font-size: 24px;
	text-transform: capitalize;
}
.chenning-pricing-1 header .plan-title small {
	font-size: 13px;
	text-transform: capitalize;
}
.chenning-pricing-1 header .plan-price {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 80px;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0px;
	z-index: 10;
}
.chenning-pricing-1 header .plan-price p {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 10;
}
.chenning-pricing-1 header .plan-price small {
	font-size: 13px;
	z-index: 10;
}
.chenning-pricing-1 header .plan-price .arrow {
	width: 16px;
	height: 16px;
	z-index: 1;
	position: absolute;
	left: -3px;
	top: 50%;
	margin-top: -8px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*
	chenning-pricing-2
*/

.chenning-pricing-2 {
	width: 100%;
	float: left;
}
.chenning-pricing-2 .chenning-pricing-2-item {
	float: left;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-right-width: 0px;
	text-align: center !important;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
.chenning-pricing-2 .chenning-pricing-2-item .plan {
	width: 100%;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}
.chenning-pricing-2 .chenning-pricing-2-item .plan p {
	position: relative;
	z-index: 10;
	line-height: 40px;
	font-size: 18px;
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
.chenning-pricing-2 .chenning-pricing-2-item .plan .arrow {
	width: 16px;
	height: 16px;
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: 11px;
	margin-top: -8px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.chenning-pricing-2 .chenning-pricing-2-item .price, .chenning-pricing-2 .chenning-pricing-2-item .price p, .chenning-pricing-2 .chenning-pricing-2-item .price small {
	width: 100%;
	float: left;
}
.chenning-pricing-2 .chenning-pricing-2-item .price {
	padding: 15px 0px;
}
.chenning-pricing-2 .chenning-pricing-2-item .price p {
	font-size: 36px
}
.chenning-pricing-2 .chenning-pricing-2-item p.pr-btn {
	margin-bottom: 30px;
	width: 100%;
	float: left;
}
.chenning-pricing-2 .chenning-pricing-2-item .price small {
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
}
.chenning-pricing-2 .chenning-pricing-2-item ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
	float: left;
	width: 100%;
}
.chenning-pricing-2 .chenning-pricing-2-item ul li {
	margin: 0px;
	padding: 0px;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
	color: #333;
	line-height: 40px;
}
.chenning-pricing-2 .chenning-pricing-2-item-featured {
	box-shadow: #ccc 0px 0px 10px;
	box-shadow: rgba(000,000,000,0.25) 0px 0px 10px;
	z-index: 100;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	margin-top: 0px;
}
.chenning-pricing-2 .chenning-pricing-2-item-featured .price {
	padding: 15px 0px;
	margin-top: 15px;
}
.chenning-pricing-2 .chenning-pricing-2-item-featured ul {
	margin: 15px 0px;
	margin-bottom: 45px;
}
.chenning-pricing-2 .chenning-pricing-2-item-featured p.pr-btn {
	margin-bottom: 45px;
}
.chenning-pricing-2-v2 .chenning-pricing-2-item .plan p {
	background-color: transparent !important;
	color: #333;
}
.chenning-pricing-2-v2 .chenning-pricing-2-item .plan .arrow {
	display: none !important;
}
.chenning-pricing-2-v2 .chenning-pricing-2-item .price {
	padding-top: 0px;
}

/*
	chenning-partner-logo
*/

.chenning-partner-logo {
	margin: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.chenning-partner-logo .inner {
	padding: 0px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	height: 100%;
}
.chenning-partner-logo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align:middle;
}
.chenning-partner-logo .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/*
	chenning-store-search-1
*/

.chenning-store-search-1 {
	width: 100%;
	float: left;
	position: relative;
	padding-right: 90px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.chenning-store-search-1-inner {
	width: 100%;
	float: left;
	min-height: 34px;
	background-color: #fff;
	border-radius: 3px;
}
.chenning-store-search-1 input[type=submit] {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px !important;
	width: 80px;
	transition-style: linear;
	transition-duration: 0.2s;
	border: 0px !important;
}
.chenning-store-search-1 input[type=text] {
	width: 100%;
	float: left;
}

/*
	chenning-product-1
*/

.chenning-product-1 {
	display: inline-block;
	float: left;
}
.chenning-product-1-inner {
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
	position: relative;
	z-index: 1;
	padding-bottom: 15px;
}
.chenning-product-1 figure {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 15px;
}
.chenning-product-1 figure img {
	float: left;
}
.chenning-product-1 figure figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	display: none;
}
.chenning-product-1 figure figcaption i {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	top: 0;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}
.chenning-product-1 figure figcaption i:hover {
	color: #fff;
	transition-duration: 0.2s;
	transition-style: linear;
}
.chenning-product-1 p.title {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: left;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	width: 100%;
	display: inline-block;
}
.chenning-product-1 p.title a {
	font-size: 100%;
	text-transform: capitalize;
}
.chenning-product-1 p.cart-btn {
	width: 100%;
}
.chenning-product-1 p.cart-btn a {
	display: inline-block;
	float: none;
}
.chenning-product-1 p {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 30px;
	margin-bottom: 0px;
}
.chenning-product-1 .details {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px;
	margin-bottom: 15px;
}
.chenning-product-1 .details span {
	border-top-width: 0px;
	border-top-style: solid;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	width: 50%;
	float: left;
	text-align: left;
}
.chenning-product-1 .details :first-child {
	font-size: 16px;
}
.chenning-product-1 .details :last-child {
	text-align: right;
}

/*
	chenning-call-to-action-3
*/

.chenning-call-to-action-3 {
	width: 100%;
	float: left;
	padding: 30px;
	background-color: #f2f2f2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left-width: 3px;
	border-left-style: solid;
	position: relative;
}
.chenning-call-to-action-3 .row {
	margin-top: 0px !important;
}
.chenning-call-to-action-3 h3 {
	text-transform: capitalize;
	text-align: left;
	margin: 0px;
	font-weight: lighter;
}
.chenning-call-to-action-3 p {
	margin-bottom: 0px;
}
.chenning-call-to-action-3 .chenning-btn {
	width: 100%;
	margin-top: 6px;
	text-align: center;
}

/*
	ul
*/

ul.e-color-list {
	margin: 0px;
	padding: 0px;
}
ul.e-color-list li {
	padding: 5px 0px;
}
ul.e-border-list {
	border: 1px solid #e5e5e5;
	border-left-width: 0px;
	border-right-width: 0px;
	margin: 30px 0px !important;
	padding:  15px 0px !important;
}
ul.chenning-property-options {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul.chenning-property-options li {
	width: 25%;
	color: #333;
	line-height: 30px;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul.chenning-property-options li .fa {
	margin-right: 10px;
}

/*
	chenning-tabs
*/

.chenning-tabs {
	width: 100%;
	float: left;
	text-align: left;
}
.chenning-tabs header {
	width: 100%;
	float: left;
	background-color: #e5e5e5;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}
.chenning-tabs header span {
	width: auto;
	float: left;
	padding: 0px 30px;
	line-height: 35px;
	cursor: pointer;
}
.chenning-tabs header span:hover {
	color: #333;
}
.chenning-tabs header span.active {
	border-top-width: 2px;
	border-top-style: solid;
	color: #fff;
	position: relative;
	z-index: 10;
}
.chenning-tabs header span.active div.arrow {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -3px;
	width: 10px;
	height: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    display: none;
}
.chenning-tabs header span.active div.arrow {
	display: block !important;
}
.chenning-tabs article {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	padding-bottom: 0px;
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
	display: none;
}
.chenning-tabs article p {
	margin-bottom: 30px;
}
.chenning-tabs article > .fa, .chenning-tabs article > .glyphicon, .dropcap {
	float: left;
	width: 54px;
	height: 54px;
	border-radius: 100px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	margin-right: 10px;
	margin-bottom: 5px;
	border-width: 2px;
	border-style: solid;
}
.dropcap {
	line-height: 54px;
}

/*
	chenning-toggle
*/


.chenning-toggle {
	width: 100%;
	display: inline-block;
	text-align: left;
}
.chenning-toggle article {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.chenning-toggle article header {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	line-height: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px;
	color: #333;
	text-transform: capitalize;
	cursor: pointer;
	transition-style: linear;
	transition-duration: 0.2s;
}
.chenning-toggle article header i {
	line-height: 40px;
	margin-right: 5px;
	float: left;
}
.chenning-toggle article header .glyphicon {
	line-height: 36px;
}
.chenning-toggle article p {
	background-color: #f2f2f2;
	padding: 30px;
	float: left;
	width: 100%;
    box-shadow: 0px 0px 10px #ccc;
}
.chenning-toggle article header .fa-plus {
	float: right;
	line-height: 40px;
	margin-right: 0px;
}
.chenning-toggle article header.active {
	color: #fff;
	border-top-width: 2px;
	border-top-style: solid;
}

/*
	chenning-skill-1
*/

.chenning-skill-1 {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 45px;
	position: relative;
	margin-bottom: 30px;
}
.chenning-skill-1 .color-1, .chenning-skill-1 .color-2 {
	width: 100%;
	float: left;
	border-radius: 300px;
}
.chenning-skill-1 .color-2-wrapper {
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	width: 100%;
	height: 0px;
}
.chenning-skill-1 .color-2 {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.chenning-skill-1 .inner {
	background-color: #fff;
	background-color: rgba(255,255,255,0.2);
	text-align: center;
	border-radius: 300px;
	position: absolute;
	top: 55px;
	left: 10px;
	border-radius: 300px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.chenning-skill-1 .value {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 0px;
	width: 100px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.chenning-skill-1 .value p {
	margin-bottom: 0px;
	position: relative;
	z-index: 10;
}
.chenning-skill-1 .value .arrow {
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: -2px;
	width: 15px;
	height: 15px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

/*
	chenning-skill-2
*/

.chenning-skill-2 {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
	height: 30px;
	background-color: #f2f2f2;
	position: relative;
}
.chenning-skill-2 p {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	line-height: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px;
	color: #fff;
}
.chenning-skill-2 span.color {
	float: left;
	height: 30px;
	line-height: 30px;
	position: relative;
}
.chenning-skill-2 span.bg {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	width: 100%;
}

/*
	chenning-call-to-action-2
*/

.chenning-call-to-action-2 {
	padding: 60px 0px;
}
.chenning-call-to-action-2-inner {
	width: 100%;
	float: left;
	padding: 30px;
	background-color: #f2f2f2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left-width: 3px;
	border-left-style: solid;
	position: relative;
}
.chenning-call-to-action-2-inner h3 {
	text-transform: capitalize;
	text-align: left;
	margin: 0px;
}
.chenning-call-to-action-2-inner .chenning-btn {
	width: 100%;
	text-align: center;
}

/*
	chenning-soc-buttons-list
*/

.chenning-soc-buttons-list {
	padding: 60px 0px;
	text-align: center;
}
.chenning-soc-buttons-list h2 {
	color:  #fff;
}
.chenning-social-button-2 {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0px 20px;
	border-radius: 100px;
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	transition-style: linear;
	transition-duration: 0.2s;
}
.chenning-social-button-2 .esb-main {
	width: 100%;
	float: left;
}
.chenning-social-button-2 .esb-main i {
	width: 100%;
	float: left;
	line-height: 60px;
	font-size: 24px;
}
.chenning-social-button-2-white {
	border-color: #fff;
	color: #fff;
}
.chenning-social-button-2-white:hover {
	background-color: #fff;
}
.chenning-social-button-2-white .esb-main i {
	color: #fff;
}
.chenning-social-button-2 .esb-tooltip .arrow {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0px;
	width: 30px;
	height: 30px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.chenning-social-button-2 .esb-tooltip p {
	position: relative;
	z-index: 10;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.chenning-social-button-2 .esb-tooltip {
	position: absolute;
	width: 100px;
	color: #fff;
	line-height: 40px;
	top: -50px;
	left: 50%;
	margin-left: -50px;
	z-index: 10;
	display: none;
}

/*
	chenning-team-1
*/

.chenning-team-1 {
	float: left;
	text-align: left !important;
}
.chenning-team-1 .chenning-team-1-inner {
	background-color: #fff;
	width: 100%;
	float: left;
}
.chenning-team-1 header {
	width: 100%;
	float: left;
	height: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-left: 100px;
}
.chenning-team-1 header .name {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
}
.chenning-team-1 header .name small {
	color: #333;
	width: 100%;
	float: left;
	margin-top: 15px;
}
.chenning-team-1 header .name p {
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
}
.chenning-team-1 header figure {
	width: 100px;
	height: 100px;
	position: absolute;
	max-width: none;
	max-height: none;
	min-height: none;
	min-width: none;
	max-height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.chenning-team-1 .chenning-team-1-details {
	border: 1px solid #e5e5e5;
	border-top-width: 0px;
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	color: inherit !important;
}
.chenning-team-1 .chenning-team-1-details p.role {
	font-style: italic;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.chenning-team-1 p {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
.chenning-team-1 p.links {
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
	padding-top: 30px;
	margin-top: 30px;
}
.chenning-team-1 p.links a {
	margin-right: 15px;
}

/*
	blockquote
*/

blockquote {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	border: 0px;
	padding-left: 60px;
}
blockquote .blockquote-inner {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border-left-width: 2px;
	border-left-style: solid;
	padding: 30px;
	font-style: italic;
	color: #333;
}
blockquote .blockquote-inner .fa-quote-left {
	margin-right: 15px;
}
blockquote .blockquote-inner .fa-quote-right {
	margin-left: 15px;
}

/*
	#map-canvas
*/

#map-canvas {
	height: 500px;
	width: 100%;
	display: inline-block;
}
#map-canvas-2 {
	height: 300px;
	width: 100%;
	display: inline-block;
}

/*
	p.contact-item
*/

p.contact-item {
	position: relative;
	padding-left: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
p.contact-item i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	border-radius: 100px;
}

/*
	chenning-side-navi
*/

.chenning-side-navi, .chenning-side-navi ul, .chenning-side-navi ul li {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}
.chenning-side-navi {
	float: none;
	display: inline-block;
}
.chenning-side-navi ul {
	border: 1px solid #e5e5e5;
	border-top-width: 0px;
}
.chenning-side-navi ul li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 15px;
	line-height: 40px;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
}
.chenning-side-navi ul li i {
	transition-style: linear;
	transition-duration: 0.2s;
	color: #ddd;
}
.chenning-side-navi ul li.active {
	border-top-width: 2px;
}
.chenning-side-navi ul li.active a {
	color: #fff;
}

/*
	chenning-f1
*/

.chenning-f1 {
	width: 100%;
	display: inline-block;
	border-top-width: 0px;
	border-top-style: solid;
}
.chenning-f1 input[type=submit], .chenning-f1 button {
	margin-left: 150px;
}
p.no-margin input[type=submit], p.no-margin button {
	margin-left: 0px;
}
.chenning-f1 input.sec {
	margin-left: 150px;
}
.chenning-f1 input.wide, .chenning-f1 textarea {
	min-width: 400px;
}
.chenning-f1 label.wide {
	width: 100%;
}
.chenning-f1 textarea {
	min-height: 100px;
}
.chenning-f1 textarea[id="drop-message"] {
	min-width: 100%;
}

/*
	chenning-partner-1
*/

.chenning-partner-1 {
	width: 100%;
	float: left;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding: 60px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 260px;
	position: relative;
}
.chenning-partner-1 figure {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 60px;
}
.chenning-partner-1 p.desc {
	margin-bottom: 0px;
}
.chenning-partner-1 p.title {
	font-size: 24px;
}

/*
	chenning-career-1
*/

.chenning-career-1, .chenning-career-1 header {
	width: 100%;
	float: left;
}
.chenning-career-1 {
	padding: 60px 0px;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
}
.chenning-career-1 header {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 0px;
	padding-left: 130px;
	height: 100px;
	margin-bottom: 30px;
}
.chenning-career-1 header i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #333;
	background-color: #f2f2f2;
	font-size: 38px;
	border-radius: 100px;
}
.chenning-career-1 header small {
	line-height: 16px;
}
.chenning-career-1 header p {
	line-height: 34px;
	font-size: 24px;
	color:  #333;
}
.chenning-career-1 .details {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	display: none;
}

/*
	chenning-404-search-form
*/

.chenning-404-search-form {
	max-width: 500px;
	display: inline-block;
	float: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.2);
}
.chenning-404-search-form input {
	width: 100%;
	float: left;
}

/*
	riva-countdown
*/

.riva-countdown {
	text-align: center;
	width: 100%;
	float: left;
}
.riva-countdown .riva-countdown-item {
	margin: 0px 5px;
	display: inline-block;
	width: 90px;
}
.riva-countdown .riva-countdown-item .value, .riva-countdown .riva-countdown-item .label {
	width: 100%;
	float: left;
}
.riva-countdown .riva-countdown-item .value {
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #555555 0%, #151515 50%, #353535 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#353535), color-stop(50%,#151515), color-stop(100%,#353535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #555555 0%,#151515 50%,#353535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #555555 0%,#151515 50%,#353535 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #555555 0%,#151515 50%,#353535 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #555555 0%,#151515 50%,#353535 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#353535',GradientType=0 ); /* IE6-9 */
	text-align: center;
	padding: 15px 10px;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	border: 1px solid #555555;
	box-shadow: inset #151515 0px 0px 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: bold;
	position: relative;
}
.riva-countdown .riva-countdown-item .value p {
	margin-bottom: 0px;
}
.riva-countdown .riva-countdown-item .value span.line {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 35px;
	left: 0px;
	background-color: #151515;
	box-shadow: #555 0px 0px 2px;
}
.riva-countdown .riva-countdown-item .label {
	font-size: 13px;
	text-transform: capitalize;
	border-radius: 0px;
	font-weight: normal;
}

p.contacts-soon-1 {
	width: 50% !important;
	text-align: right !important;
	margin: 0px !important;
	float: left !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
}
p.contacts-soon-2 {
	width: 50% !important;
	text-align: left !important;
	margin: 0px !important;
	float: left !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
}

/*
	chenning-sorting
*/

.chenning-sorting {
	width: 100%;
	float: left;
}
.chenning-sorting .chenning-sorting-filters {
	width: 100%;
	float: left;
	background-color: #e5e5e5;
	margin-bottom: 30px;
	margin-top: 20px;
}
.chenning-sorting .chenning-sorting-filters span {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	line-height: 35px;
	padding: 0px 30px;
	float: left;
	width: auto;
	cursor: pointer;
	transition-style: linear;
	transition-duration: 0.2s;
	background-color: #e5e5e5;
}
.chenning-sorting .chenning-sorting-filters span:hover {
	transition-style: linear;
	transition-duration: 0.2s;
	color: #333;
}
.chenning-sorting .chenning-sorting-filters span.active {
	border-top-width: 2px;
	border-top-style: solid;
	color: #fff;
}

/*
	chenning-qa
*/

.chenning-qa {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}
.chenning-qa .q, .chenning-qa .a {
	width: 100%;
	float: left;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
}
.chenning-qa .q {
}
.chenning-qa .lbl {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
}
.chenning-qa .q .arrow, .chenning-qa .a .arrow {
	width: 10px;
	height: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 22px;
    top: 10px;
    z-index: 100;
}
.chenning-qa .q p {
	font-size: 120%;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
	line-height: 30px;
}

/*
	chenning-featured-box
*/

.chenning-featured-box {
	width: 100%;
	float: left;
	background-color: #f2f2f2;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.chenning-featured-box h3 {
	text-transform: capitalize;
	margin-top: 0px;
}
.chenning-featured-box :last-child {
	margin-bottom: 0px;
}

/*
	chenning-msg
*/

.chenning-msg {
	width: 100%;
	float: left;
	border-width: 1px;
	border-style: solid;
}
.chenning-msg header {
	width: 100%;
	float: left;
	line-height: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-transform: capitalize;
	font-weight: bold;
}
.chenning-msg header .fa {
	float: right;
	line-height: 40px;
	cursor: pointer;
}
.chenning-msg p {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0px;
	padding: 30px;
	color: #333;
}
.chenning-msg-success {
	background-color: #f6faee;
	border-color: #d3dbc6;
}
.chenning-msg-success header {
	color: #688438;
	border-bottom-color: #d3dbc6;
}
.chenning-msg-error {
	background-color: #faeeee;
	border-color: #dbc6c6;
}
.chenning-msg-error header {
	color: #843838;
	border-bottom-color: #dbc6c6;
}
.chenning-msg-attention {
	background-color: #faf8ee;
	border-color: #dbd7c6;
}
.chenning-msg-attention header {
	color: #847738;
	border-bottom-color: #dbd7c6;
}
.chenning-msg-info {
	background-color: #eef5fa;
	border-color: #c6d1db;
}
.chenning-msg-info header {
	color: #386384;
	border-bottom-color: #c6d1db;
}

/*
	chenning-projects-listing
*/

.chenning-projects-listing {
	display: inline-block;
	border: 0px solid #f00;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.chenning-projects-listing .chenning-project {
	display: inline-block;
}

/*
	chenning-pagination
*/

.chenning-pagination {
	width: auto;
	display: inline-block;
}
.chenning-pagination .page-numbers {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border: 1px solid #e5e5e5;
}
.chenning-pagination .page-numbers:hover {
	text-decoration: none;
	color: #fff;
}
.chenning-pagination .next, .chenning-pagination .prev {
	width: auto;
	padding: 0px 10px;
}
.chenning-pagination .current {
	color: #fff;
}

p.project-date {
	color: #333;
	width: 100%;
	display: inline-block;
}
p.used-skills {
	width: 100%;
	display: inline-block;
}
p.used-skills span {
	margin-right: 30px;
	text-transform: capitalize;
	color: #333;
	word-wrap: normal;
	float: left;
	line-height: 200%;
}
p.used-skills span i {
	margin-right: 5px;
}

/*
	chenning-single-estate
*/

.chenning-single-estate {
}
.chenning-single-estate div.header {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0px;
	padding-right: 180px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.chenning-single-estate p.price {
	width: 180px;
	font-size: 200%;
	font-weight: bold;
	line-height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	line-height: 30px;
}
.chenning-single-estate p.type {
	width: 180px;
	display: inline-block;
	margin-bottom: 0px;
	position: absolute;
	right: 0px;
	top: 30px;
	text-align: center;
}
.chenning-single-estate p.type span {
	border-radius: 3px;
	font-size: 80%;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	position: relative;
	line-height: 150%;
	height: auto;
	margin-bottom: 15px;
	padding: 0px 10px;
	display: inline-block;
}
.chenning-single-estate .chenning-propert-details {
	float: left;
}
.chenning-single-estate .chenning-propert-details h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.chenning-single-estate .chenning-propert-details .inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
}
.chenning-single-estate .chenning-propert-details ul, .chenning-single-estate .chenning-propert-details ul li {
	padding: 0px;
	margin: 0px;
}
.chenning-single-estate .chenning-propert-details ul li {
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	color: #333;
}
.chenning-single-estate .chenning-propert-details ul li span {
	float: right;
	font-weight: bold;
}
.chenning-single-estate .chenning-propert-details .agent {
	width: 100%;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 120px;
	min-height: 100px;
	position: relative;
	font-size: 200%;
	line-height: 120%;
	color: #333;
	padding-top: 15px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.chenning-single-estate .chenning-propert-details .agent figure {
	width: 100px;
	height: 100px;
	background-color: #e5e5e5;
	overflow: hidden;
	border-radius: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.chenning-single-estate .chenning-propert-details .fa {
	color: #ccc;
}
.chenning-single-estate .chenning-propert-details p.agent-cosial {
	width: 100%;
	display: inline-block;
}
.chenning-single-estate .chenning-propert-details p.agent-cosial a {
	float: left;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 100px;
	margin-right: 5px;
}
.chenning-single-estate .chenning-propert-details p.agent-cosial a .fa {
	color: #fff;
}
.chenning-single-estate .chenning-propert-details #chenning-property-map {
	width: 100%;
	display: inline-block;
	height: 200px;
}

/*
	chenning-store-filters
*/

.chenning-store-filters {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 30px;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
.chenning-store-filters p {
	width: auto;
	float: left;
	color: #333;
	margin-right: 30px;
	line-height: normal;
	line-height: 40px;
	margin-bottom: 0px;
}
.chenning-store-filters p i {
	margin-left: 5px;
	cursor: pointer;
}

/*
	chenning-single-product
*/

.chenning-single-product {
	width: 100%;
}
.chenning-single-product p.price {
	font-size: 200%;
	margin: 15px 0px;
	margin-top: 0px;
	width: 100%;
	display: inline-block;
	float: left;
}
.chenning-single-product ul.product-options {
	padding: 0px;
	margin: 15px 0px;
}
.chenning-single-product ul.product-options li {
	line-height: 200%;
	width: 100%;
	display: inline-block;
}
.chenning-single-product ul.product-options li span {
	color: #333;
	font-weight: bold;
}
.chenning-single-product p.qty {
	width: 100%;
	display: inline-block;
	margin: 15px 0px;
	color: #333;
	font-weight: bold;
}
.chenning-single-product p.qty span.qty-fld {
	text-align: center;
	width: 40px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	line-height: 20px;
	padding: 5px 10px;
	display: inline-block;
	font-weight: bold;
	color: #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
}
.chenning-single-product p.qty i.fa {
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	transition-style: linear;
	transition-duration: 0.2s;
}
.chenning-single-product p.qty i.fa-plus {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-left: 15px;
}
.chenning-single-product p.qty i.fa-minus {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/*
	h3-2
*/

h3.h3-2 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	color: #333;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 100%;
	display: inline-block;
}
p.blog-cat {
	font-size: 140%;
	color: #333;
	margin-bottom: 30px;
}

/*
	chenning-section-cart
*/

.chenning-section-cart {
}
.chenning-section-cart p.incart {
	font-size: 150%;
	color: #333;
}
.chenning-section-cart p.incart span {
	border-radius: 100px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	color: #fff;
	margin: 0px 5px;
	display: inline-block;
}
.chenning-section-cart .shoppin-cart-table {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin: 15px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
}
.chenning-section-cart .shoppin-cart-table thead {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.chenning-section-cart .shoppin-cart-table thead td {
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.chenning-section-cart .shoppin-cart-table tr {
	width: 100%;
}
.chenning-section-cart .shoppin-cart-table td {
	padding: 0px;
	border-collapse: collapse;
}
.chenning-section-cart .shoppin-cart-table td.id {
	width: 5%;
}
.chenning-section-cart .shoppin-cart-table td.item {
	width: 65%;
}
.chenning-section-cart .shoppin-cart-table td.price {
	width: 10%;
}
.chenning-section-cart .shoppin-cart-table td.qty {
	width: 10%;
}
.chenning-section-cart .shoppin-cart-table td.total {
	width: 10%;
}
.chenning-section-cart .shoppin-cart-table tbody td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.chenning-section-cart .shoppin-cart-table tbody tr.hover {
	background-color: #f2f2f2;
}
.chenning-section-cart .shoppin-cart-table tbody td .total {
	color: #333;
	font-weight: bold;
	font-size: 150%;
}
.chenning-section-cart .shoppin-cart-table tbody td .price {
	color: #333;
	font-size: 150%;
}
.chenning-section-cart .shoppin-cart-table tbody td p.qty {
	width: 100%;
	display: inline-block;
	margin: 15px 0px;
	color: #333;
	font-weight: bold;
}
.chenning-section-cart .shoppin-cart-table tbody td p.qty span.qty-fld {
	text-align: center;
	width: 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	line-height: 20px;
	display: inline-block;
	font-weight: bold;
	color: #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.chenning-section-cart .shoppin-cart-table tbody td p.qty i.fa {
	width: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	transition-style: linear;
	transition-duration: 0.2s;
	font-size: 70%;
}
.chenning-section-cart .shoppin-cart-table tbody td p.qty i.fa-plus {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.chenning-section-cart .shoppin-cart-table tbody td p.qty i.fa-minus {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.chenning-section-cart ul.order-total {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}
.chenning-section-cart ul.order-total li {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
}
.chenning-section-cart ul.order-total li span {
	float: right;
	color: #333;
	font-size: 130%;
}
.chenning-section-cart ul.order-total li strong {
	color: #333;
	font-weight: bold;
}
.chenning-section-cart ul.order-total li span.total {
	font-weight: bold;
}

/*
	riva-toggle-tab
*/

.riva-toggle-tab h2 {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

/*
	payment-option
*/

.payment-option {
	width: 33.33333333%;
	display: inline-block;
	text-align: center;
	float: left;
}
.payment-option span {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 100px;
	border-width: 10px;
	border-style: solid;
	border-color: #e5e5e5;
	font-size: 300%;
	font-weight: bold;
	line-height: 80px;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.payment-option p {
	color: #333;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
}
.payment-option small {
	line-height: 100%;
}

/*
	chenning-post
*/

.chenning-post {
	width: 100%;
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 75px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
}
.chenning-post .img {
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
}
.chenning-post figure {
	margin-bottom: 30px;
	width: 100%;
	float: left;
	max-height: 200px;
	overflow: hidden;
	position: relative;
}
.nvor-post figure img {
	position: absolute;
	max-width: 100%;
	left: 0px;
	top: auto;
}
.chenning-post figure figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	display: none;
}
.chenning-post figure figcaption i {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	top: 0;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}
.chenning-post figure figcaption i:hover {
	color: #fff;
	transition-duration: 0.2s;
	transition-style: linear;
}
.chenning-post header {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}
.chenning-post header h3 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
}
.chenning-post header h3 a, .chenning-post header h3 span {
	display: inline-block;
	float: left;
	line-height: 30px;
}
.chenning-post header h3 .fa {
	width: 30px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 60%;
	color: #fff;
	text-align: center;
	float: left;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.chenning-post header p {
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 80%;
	width: 100%;
	float: left;
}
.chenning-post .date {
	position: absolute;
	width: 60px;
	left: 0px;
	top: 0px;
}
.chenning-post .date span {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 30px;
}
.chenning-post .date span.day {
	font-size: 180%;
	color: #333;
	font-weight: bold;
}
.chenning-post .date span.month {
	letter-spacing: 2px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 80%;
}
.chenning-post .likes {
	position: absolute;
	width: 60px;
	left: 0px;
	top: 75px;
}
.chenning-post .likes span {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 30px;
}
.chenning-post .likes span.month {
	letter-spacing: 2px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 80%;
}
.chenning-post .likes span .fa {
	font-size: 180%;
	color: #333;
	font-weight: bold;
}
.chenning-post-2 {
	padding-left: 390px;
	min-height: 200px;
}
.chenning-post-2 figure {
	max-width: 300px;
	position: absolute;
	left: 75px;
	top: 0px;
}
.chenning-post p.tags {
	margin-bottom: 0px;
}
.chenning-post p.tags a {
	margin-right: 10px;
}
.chenning-post p.tags i.fa {
	color: #ddd;
}

/*
	chenning-post-author
*/

.chenning-post-author, .chenning-comment .inner {
	width: 100%;
	display: inline-block;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	padding-left: 160px;
	min-height: 160px;
	position: relative;
}
.chenning-post-author figure, .chenning-comment figure, .chenning-comment i.fa {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	position: absolute;
	overflow: hidden;
	left: 30px;
	top: 30px;
	border: 3px solid #fff;
}
.chenning-post-author p {
	margin-bottom:  0px;
}
.chenning-post-author p.name {
	margin-bottom: 10px;
	font-size: 140%;
	font-weight: bold;
}
.chenning-post-author p.role {
	margin-bottom: 10px;
	color: #333;
	font-style: italic;
}

/*
	chenning-comment
*/

.chenning-comment {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.chenning-comment .chenning-comment {
	padding-left: 60px;
}
.chenning-comment .inner {
	border: 1px solid #e5e5e5;
	color: inherit;
	margin-bottom: 30px;
}
.chenning-comment figure {
	border: 0px;
}
.chenning-comment p.meta {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 100%;
	display: inline-block;
}
.chenning-comment p.meta .author {
	font-size: 140%;
	float: left;
}
.chenning-comment p.meta .date {
	float: right;
	text-transform: capitalize;
}
.chenning-comment i.fa {
	color: #fff;
	font-size: 250%;
	line-height: 100px;
	text-align: center;
}

/*
	boxed
*/

.chenning-boxed {
	margin: 0px auto;
}
.chenning-boxed .chenning-boxed-wrapper {
	width: 100%;
	float: left;
	background-color: #fff;
}
.chenning-boxed-bg {
	width: 100%;
	float: left;
	background-color: #eee;
}


/*
	chenning-post-masonry
*/
.chenning-post-masonry {
	width: 33.33333333333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 10px;
	border-bottom-width: 0px;
	margin-bottom: 20px;
}
.chenning-post-masonry .inner {
	border: 1px solid #e5e5e5;
	padding: 10px;
}
.chenning-post-masonry .inner header h3 a {
	font-size: 18px;
	line-height: normal;
	margin-bottom: 15px;
}
.chenning-post-masonry .inner figure {
	margin-bottom: 15px;
}
.chenning-post-masonry .inner figure {
	position: relative;
}
.chenning-post-masonry .inner figure img {
	position: relative;
	width: auto;
	height: auto;
}

/*
	cbp_tmlabel
*/
.cbp_tmlabel .chenning-post {
	margin-bottom: 0px;
	border-bottom-width: 0px;
	padding-bottom: 0px;
}
.cbp_tmlabel .chenning-post figure {
	margin-bottom: 15px;
}
.cbp_tmlabel .chenning-post header h3 {
	padding-left: 0px;
}
.cbp_tmtimeline {
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
}

/* nei ye */
.pbanner{width:100%;}

.hmm-section{ padding:40px 0; background:#f3f5f8;}
.hmm-section-p01{ padding:60px 0 0;}
.hmm-section-p02{ padding:0;}
.hmm-section-p03{ padding:40px 0 0;}
.hmm-section-p04{ padding:30px 0;}
.hmm-section-news{ padding:40px 0; background:#FFF;}






.p_sidenav{height:70px; border-bottom:1px solid #e5e5e5;}
.p_sidenav ul{ padding:0; margin:0;}
.p_sidenav li{float:left; margin-right:40px;}
.p_sidenav li a{ display:block; color:#2c3133; font-size:18px; line-height:70px; height:70px;}
.p_sidenav li a:hover{border-bottom:3px solid #013789; color:#013789; text-decoration:none;}
.p_sidenav li a.on{border-bottom:3px solid #013789; color:#013789; text-decoration:none;}

.txt01{ position:relative; width:100%; padding:30px 7%; color:#575e68; line-height:30px; font-size:16px; text-align:left;}
.txt01 ins{ display:block; position:absolute;}
.txt01 ins.il{left:0; top:0; width:57px; height:49px; background:url(../images/icon06.png) no-repeat center center; background-size:100% auto;}
.txt01 ins.ir{right:0; bottom:0; width:57px; height:49px; background:url(../images/icon07.png) no-repeat center center; background-size:100% auto;}

.txt02{width:100%; padding:10px 0; color:#575e68; line-height:30px; font-size:16px; text-align:left;}

.case{width:100%;}
/*.case_l li:nth-child(1){ margin-right:2%;}*/


.brand{width:100%;}
.brand_l{width:100%; margin-top:40px;}
.brand_ll{display:inline-block; margin:0 auto; width:92%;}
.brand_ll ul{padding:0; margin:0;}
.brand_ll li{float:left; display:inline-block; width:206px; height:91px; margin:4px; padding:0; border:1px solid #e5e6e8;}



/* scrollpic */
.scrollpic{max-width:1200px;min-height:310px;margin-top:40px;}
#myscroll{display:block; width:100%; position:relative; height:300px; overflow:hidden;}
#myscroll #myscrollbox{display:block; float:left; position:absolute; left:0; top:0; width:1000000px;}
#myscroll ul{display:block; float:left; list-style-type:none; padding:0; margin:0;}
#myscroll ul li{float:left; display:inline-block; width:208px; margin:0 4px; padding:0;}
#myscroll ul li img{width:206px; height:91px; margin:4px 0; border:1px solid #e5e6e8;}
#myscroll ul li:hover img{
   box-shadow: 0px 0px 10px #ccc;
}


#myscroll a .intro{position:absolute; left:0; z-index:10; background-color:rgba(255,255,255,.80); padding:0 10px;}
#myscroll a .intro h5{padding:0; margin:0; font-size:16px; font-weight:bold; padding:0 47px 0 15px; background:url(../images/go.png) right no-repeat; height:40px; width:180px; line-height:40px; border-bottom:1px solid rgba(215,0,15,.2);}
#myscroll a .intro p{font-size:13px; line-height:20px; margin:10px 15px; height:40px; overflow:hidden;}
#myscroll a .intro{bottom:-61px;}
#myscroll a:hover .intro{bottom:0px;}

#mybtns{width:100%; display:block; height:10px; position:relative;}

#mybtns a:hover, #myscroll, #mybtns a,#myscroll a:hover .intro, #myscroll a .intro,#myscroll #myscrollbox{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left{display:block; position:absolute; left:0; top:135px; width:25px; height:40px; background:url(../images/rol_01.png) no-repeat center center;}
#mybtns #left:hover{background:url(../images/rol_01on.png) no-repeat center center;}
#mybtns #right{display:block; position:absolute; right:0; top:135px; width:25px; height:40px; background:url(../images/ror_01.png) no-repeat center center;}
#mybtns #right:hover{background:url(../images/ror_01on.png) no-repeat center center;}

@media(max-width:1920px){
.scrollpic{max-width:1200px;}
#myscroll{width:1080px; margin:0 auto;}
}
@media(max-width:1366px){
.scrollpic{max-width:1200px;}
#myscroll{width:1080px; margin:0 auto;}
}
@media(max-width:1024px){
.scrollpic{max-width:980px;}
#myscroll{width:864px; margin:0 auto;}
}

@media(max-width:768px){
.scrollpic{max-width:730px;}
#myscroll{width:648px; margin:0 auto;}
}
@media(max-width:414px){
.scrollpic{max-width:100%; width:100%;}
#myscroll{width:216px;}
}


/* scrollpic-1 */
.case_l{width:1200px; height:400px; margin-top:40px;}
#myscroll1{display:block; width:100%; height:335px; position:relative; overflow:hidden;}
#myscroll1 #myscrollbox1{display:block; float:left; position:absolute; left:0; top:0; width:1000000px;}
#myscroll1 ul{display:block; float:left; list-style-type:none; padding:0; margin:0;}
#myscroll1 ul li{float:left;  position:relative; display:inline-block; width:580px; margin-right:20px; padding:0;}
#myscroll1 li span{ display:block;}
#myscroll1 li span img{max-width:100%;}
#myscroll1 li dl{ position:absolute; padding:0; margin:0; width:100%; height:100%;  transition:all 0.4s; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; overflow:hidden;}
#myscroll1 li dl *{transition:all 0.4s; -webkit-transition:all 0.4s; -moz-transition:all 0.4s}
#myscroll1 li dl dt{ margin-top:105px;}
#myscroll1 li dl dt span{ display:block; text-align:center; margin-top:20px; height:60px; line-height:60px; font-size:20px; color:#FFF; font-weight:normal; background:url(../images/icon08.jpg) no-repeat center 80px rgba(1,55,137,0.5);}
#myscroll1 li dl dd{ display:none; padding:0 50px; line-height:24px; color:#FFF; text-align:left; font-size:14px; margin-top:10px;}
#myscroll1 li a:hover dl{ background:rgba(1,55,137,0.5);}
#myscroll1 li a:hover dl dt{ margin-top:35px;}
#myscroll1 li a:hover dl dt span{ background:url(../images/icon08.jpg) no-repeat center bottom;}
#myscroll1 li a:hover dl dd{ display:block;}

#mybtns1{width:100%; display:block; height:10px; position:relative;}

#mybtns1 a:hover, #myscroll1, #mybtns1 a,#myscroll1 a:hover .intro, #myscroll1 a .intro,#myscroll1 #myscrollbox1{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns1 #left1{display:block; position:absolute; left:500px; top:370px; width:25px; height:40px; background:url(../images/rol_01.png) no-repeat center center;}
#mybtns1 #left1:hover{background:url(../images/rol_01on.png) no-repeat center center;}
#mybtns1 #right1{display:block; position:absolute; right:520px; top:370px; width:25px; height:40px; background:url(../images/ror_01.png) no-repeat center center;}
#mybtns1 #right1:hover{background:url(../images/ror_01on.png) no-repeat center center;}

@media(max-width:1920px){
.case_l{max-width:1200px;}

}
@media(max-width:1366px){
.case_l{max-width:1200px;}
#myscroll1{width:1080px; margin:0 auto;}
}
@media(max-width:1024px){
.case_l{max-width:980px;}
#myscroll1{width:864px; margin:0 auto;}
#mybtns1 #left1{left:300px;}
#mybtns1 #right1{right:300px;}

}

@media(max-width:768px){
.case_l{max-width:730px;}
#myscroll1{width:580px; margin:0 auto;}


#myscroll1 li span img{width:100%;}
#myscroll1 li dl{background: rgba(1,55,137,0.5);}
#myscroll1 li dl dt{margin-top: 35px;}
#myscroll1 li dl dt span{background:url(../images/icon08.jpg) no-repeat center bottom;}
#myscroll1 li dl dd{ display:block;}

}
@media(max-width:414px){
.case_l{max-width:100%; height:380px; width:100%;}
#myscroll1{width:360px;}
#mybtns1 #left1{left:100px;}
#mybtns1 #right1{right:100px;}
#myscroll1 ul li{width:360px;}

#myscroll1 li dl dt{margin-top:15px;}
#myscroll1 li dl dt span{margin-top:0;}
#myscroll1 li dl dd{ padding:0 10px;}
#myscroll1 li span{width:100%; overflow:hidden;}
#myscroll1 li span img{width:140%; max-width:140%; margin-left:-20%;}

#mybtns1 #left1, #mybtns1 #right1{top:335px;}
}

@media(max-width:320px){
.case_l{height:300px;}
#myscroll1{width:310px;}
#myscroll1 ul li{width:300px;}

#mybtns1 #left1, #mybtns1 #right1{top:270px;}

}


/*全国门店下拉*/
.store_list{
    background-color:#fff;
    padding-top:20px;
    overflow:hidden;
    /*border: 1px solid #dfe3e9;
    border-bottom:none;*/
}
.store_list ul{
    text-align:center;
}
.store_list li{
    display:inline-block ;
    *float:none;
    *display:inline;
    zoom:1;
    cursor:pointer;
    font-size:16px;
    margin:0px 10px;
}
.store_list li select{
    width:150px !important;
    border:1px solid #013789;
    line-height:40px;
    padding-top:5px;
    padding-bottom:5px;
    color:#013789;
}
.cs{
    padding-left:50px;
}






/*浏览器宽度变化时需刷新页面才能正常显示*/
.store{width:100%;}
.store_t{margin-top:50px; width:100%;}
.store_t ul, .store_t ul li{ margin:0; padding:0;}

.store_t .nav-tabs{border:0;}
.tab .nav-tabs{}
.tab .nav-tabs li{width:25%;}
.tab .nav-tabs li a{display:block; margin:0; padding:0; border:0; border-radius:0; height:45px; font-size:18px; line-height:45px; color:#323232; background:url(../images/icon09.png) repeat-y right top #dfe3e9;}
.tab .nav-tabs li a:hover{color:#FFF; background-color:#013789;}
.tab .nav-tabs li.active a, .tab .nav-tabs li.active a:hover{color:#FFF; background-color:#013789;}
.tab .nav-tabs li.active a:before{border:0;}
.tab .nav-tabs li.active a:after{border:0;}
.tab .nav-tabs li.active a:focus{border:0;}
.tab .tab-content{}
.tab .tab-content h3{}

.store_l{width:100%; margin-top:40px;}
.store_c{ display:none; width:100%; padding:0 20px; border:1px solid #dfe3e9; border-top:0; background:#FFF;}
.store_c.active{display:block;}
.store_cl{float:left; width:461px; margin:20px 0;}
.store_cl .store_cld{ width:205px; margin-left:40%; padding-right:30px;}
.store_cl .store_cld h4{ font-size:18px; font-weight:bold;}
.store_cl .store_cld dl{margin:25px 0 0 0; padding:0;}
.store_cl .store_cld dl dt{margin:10px 0 0 0; padding:0; font-size:16px; color:#013789; font-weight:bold;}
.store_cl .store_cld dl dd{margin:20px 0 0 0; padding:0;}
.store_cl .store_cld dl dd a{ display:block; height:29px; line-height:29px; text-align:left; background:url(../images/icon10.jpg) no-repeat left center; text-indent:15px; border-bottom:1px dotted #ccd1d9;}

.store_more{margin:10px 0;}
.store_more a{ color:#013789;}
.store_more a:hover{ color:#000;}

.store_cr{float:right; width:560px;margin: 20px 10% 20px 0;}
.store_cr img{width:100%;}

.sales{width:100%; height:505px;}
/*.sales_l{margin-top:40px; position:relative;}
.sales_l img{max-width:100%;}
.sales_l span{ position:absolute; left:0; bottom:0; text-align:left; display:block; width:100%; height:60px; color:#FFF; font-size:16px; line-height:60px; text-indent:70px; background:url(../images/icon11.png) no-repeat 30px center rgba(255,255,255,0.5);}
*/

.sales .silder {width: 100%;height:200px; overflow: hidden;text-align: center;margin:40px auto 0;position:relative;float:left;}
.sales .silder .silder_list {height:200px; overflow:hidden;position: relative;}
.sales .silder .silder_list a{position:absolute; top:0;left:0;}
.sales .silder .silder_list a,.sales .silder .silder_list img{display:inline-block;float:left;}
.sales .silder .silder_page{height:42px;text-align:right; margin:0 auto;right:1px; overflow:hidden;position:absolute; bottom:11px;}
.sales .silder .silder_page li{width:16px; font-size:12px; float:left; height:16px;line-height:16px;margin:15px 10px 0 0; background:#F1F1F1;display:inline-block;text-align:center;color:#000;}
.sales .silder .silder_page li.current{background:#C70B31;color:#fff;}
.sales .silder_desc{position:absolute; left:0; bottom:0; text-align:left; display:block; width:100%; height:60px; color:#FFF; font-size:16px; line-height:60px; text-indent:70px; background:url(../images/icon11.png) no-repeat 30px center rgba(255,255,255,0.5);}
.sales .silder .silder_page li:hover{cursor:pointer;}

@media(max-width:1024px) {.sales{height:421px;}}
@media(max-width:768px) {.sales{height:315px;}}
@media(max-width:480px) {.sales{height:194px;}
.sales .silder_desc{height:40px; font-size:14px; line-height:40px; text-indent:50px; background:url(../images/icon11.png) no-repeat 10px center rgba(255,255,255,0.5);}
.sales .silder .silder_page{bottom:3px;}
}
@media(max-width:414px) {.sales{height:166px;}}
@media(max-width:375px) {.sales{height:149px;}}
@media(max-width:360px) {.sales{height:143px;}}
@media(max-width:320px) {.sales{height:126px;}}


.social{width:100%;}
.social_l{margin-top:40px;}

.social_l dl{float:left; display:inline-block; width:270px; height:332px; background:#FFF; padding:0; margin:0 5px 0 0;  transition:all 0.4s; -webkit-transition:all 0.4s; -moz-transition:all 0.4s;}
.social_l dl dt{float:left; position:relative; width:270px; height:332px; padding:0; margin:0;}
.social_l dl dt span{ display:block; width:100%; position:absolute; text-align:center;}
.social_l dl dt span i{ display:block; width:100%; margin:70px 0 0;}
.social_l dl dt span i img{ width:97px; height:97px; border:3px solid #FFF; border-radius:100%; -webkit-box-shadow:0 0 30px rgba(0, 0, 0, .8); -moz-box-shadow:0 0 30px rgba(0, 0, 0, .8); box-shadow:0 0 30px rgba(0, 0, 0, .8);}
.social_l dl dt span p{ display:block; width:100%; margin:35px 0 0; font-size:20px; color:#FFF;}
.social_l dl dt span strong{ display:block; width:115px; height:32px; line-height:32px; margin:45px auto 0; font-size:14px; color:#3d69bc; background:#FFF; border-radius:16px;}
.social_l dl dd{float:left; display:none; width:377px; padding:50px; margin:0; line-height:30px; font-size:14px; text-align:left;}

/*.social_l a:hover dl{width:647px;}
.social_l a:hover dl dd{ display:block;}*/
.social_l a:nth-child(3) dl{ margin:0;}
.social_l dl.active{width:647px; margin:0;}
.social_l dl.active dd{ display:block;}

.group_l{width:100%;}
.group_l dl{width:100%; padding:0; margin:0;}
.group_l dl dt{float:left; width:50%; min-height:350px;}
.group_l dl dt .group_ltxt{width:70%; margin:5% auto 0; text-align:left;}
.group_l dl dt .group_ltxt h3{ display:block; font-size:36px; color:#013789;}
.group_l dl dt .group_ltxt h4{ display:block; font-size:24px; color:#bfbfbf; margin-top:15px; text-transform:uppercase;}
.group_l dl dt .group_ltxt span{ display:block; font-size:16px; color:#575e68; line-height:30px; margin-top:35px; font-weight:normal;}
.group_l dl dt .group_ltxt a{float:left; display:block; height:37px; font-size:18px; color:#ABA6A6; line-height:37px; padding-right:50px; margin-top:30px; font-weight:normal; background:url(../images/icon13.png) no-repeat right center;}
.group_l dl dt .group_ltxt a:hover{ color:#013789; text-decoration:none;}
.group_l dl dd{float:right; position:relative; width:50%;  min-height:350px; overflow:hidden;}
.group_l dl dd span{position:absolute; display:none; width:100%; height:100%; line-height:100%; color:#FFF; background:rgba(1,55,137,0.5);}
.group_l dl dd span ins{ display:inline-block; margin:20% auto 0; height:48px; line-height:48px; font-size:16px; padding-right:60px; text-decoration:none; background:url(../images/icon12.png) no-repeat right center;}
.group_l dl dd a:hover span{ display:block;}
.group_l dl:nth-child(even) dt{float:right;}
.group_l dl:nth-child(even) dd{float:left;}

.midline{ height:40px; overflow:hidden; background:url(../images/icon14.png) no-repeat center center;}

.pcontact{width:100%;}
.pcontact_c{ margin-top:30px;}
.pcontact_cl{float:left; width:43%; font-size:16px; text-align:left;}
.pcontact_cl dl{margin-top:40px; font-weight:normal; line-height:30px;}
.pcontact_cl dl dt{ color:#013789; font-weight:normal; }
.pcontact_cl dl dd{ line-height:30px; color:#575e68;}
.pcontact_cr{float:right; width:57%;}
.pcontact_cr img{ padding:5px; border:1px solid #e1e1e2;}



/*门店信息*/
.mendian{
    margin-bottom:50px;
    overflow:hidden;
}
.mendian_area{
    margin-bottom:30px;
    overflow:hidden;
}
.mendian_con li{
    overflow: hidden;
}
.xiala{
    height: 220px;
}
#form1{
    margin-top:20px;
}
#form1 span{
    float:left ;
    color:#013789;
    font-size:24px ;
    line-height: 38px;
}
#form1 select{
    width: 150px !important;
    border: 1px solid #013789;
    line-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #013789;
    float:left;
    font-size:18px;
    padding-left:35px;
    background-color: transparent;
}




.gbook{width:100%;}
.gbook_l{ margin-top:30px; background:#e7eaf0; padding:20px 30px 50px;}
.gbook_l ul{ padding:0; margin:0;}
.gbook_l li{float:left; width:47%; padding:0; margin:27px 3% 0 0;}
.gbook_l li span{ display:block; float:left; width:13%; line-height:47px; color:#575e68; font-size:16px; text-align:right;}
.gbook_l li input{float:left; width:87%; height:47px; border-radius:0;}
.gbook_l li textarea{float:left; width:90%; height:182px; border-radius:0;}
.gbook_l li:nth-child(5){width:100%; margin:27px 0 0 0;}
.gbook_l li:nth-child(5) span{width:6%;}
.gbook_l li:nth-child(6){width:100%; margin:27px 0 0 0;}
.gbook_l li:nth-child(6) span{width:6%;}
.gbook_l li:nth-child(6) input{width:200px;}
.gbook_l li:nth-child(6) input.gbook_btn{ background:#013789; padding:0; margin:0; color:#FFF; font-size:18px; border:0;}
.gbook_l li:nth-child(6) img{float:left; margin:0 20px; border:1px solid #dbdbdb;}

.concept{width:100%;}
.concept_c{margin-top:30px;}
.concept_c dl{float:left; width:50%; padding:20px; margin:0; border-right:1px solid #d6d6d6; border-bottom:1px solid #d6d6d6;}
.concept_c dl dt{float:right; padding:0 10px; width:20%;}
.concept_c dl dd{float:right; line-height:30px; width:80%; text-align:right; font-size:16px; padding-top:10px;}
.concept_c dl:nth-child(even){ border-right:0;}
.concept_c dl:nth-child(even) dt{float:left;}
.concept_c dl:nth-child(even) dd{float:left; text-align:left;}
.concept_c dl:nth-child(3), .concept_c dl:nth-child(4){ border-bottom:0;}

.career{width:100%; height:143px; background:url(../images/icon19.jpg) no-repeat right center #013789;}
.career_c{float:left; width:850px; padding:35px 0 0 60px; color:#FFF; line-height:30px; text-align:left; font-size:14px;}

.plan_l{width:100%; margin-top:40px;}
.plan_l dl{width:100%; padding:0; margin:0;}
.plan_l dl dt{float:left; width:50%; min-height:350px;}
.plan_l dl dt .plan_ltxt{width:80%; margin:8% auto 0; text-align:right;}
.plan_l dl dt .plan_ltxt h3{ display:block; font-size:46px; color:#013789; text-transform:uppercase; font-weight:bold;}
.plan_l dl dt .plan_ltxt h4{ display:block; font-size:30px; color:#FFF; margin-top:15px; padding-bottom:20px; background:url(../images/icon20.jpg) no-repeat right bottom;}
.plan_l dl dt .plan_ltxt p{ display:block; font-size:16px; color:#adc7f8; line-height:30px; margin-top:35px; font-weight:normal;}
.plan_l dl dt .plan_ltxt a{float:left; display:block; height:37px; font-size:18px; color:#1a1b1e; line-height:37px; padding-right:50px; margin-top:30px; font-weight:normal; background:url(../images/icon13.png) no-repeat right center;}
.plan_l dl dt .plan_ltxt a:hover{ color:#013789; text-decoration:none;}
.plan_l dl dd{float:right; position:relative; width:50%;  min-height:350px; overflow:hidden;}
.plan_l dl:nth-child(even) dt{float:right;}
.plan_l dl:nth-child(even) dt .plan_ltxt{ text-align:left;}
.plan_l dl:nth-child(even) dt .plan_ltxt h3{ color:#3d69bc;}
.plan_l dl:nth-child(even) dt .plan_ltxt h4{ background:url(../images/icon20.jpg) no-repeat left bottom;}
.plan_l dl:nth-child(even) dd{float:left;}
.plan_l dl:nth-child(1){ background:#3d69bc;}
.plan_l dl:nth-child(2){ background:#013789;}
.plan_l dl:nth-child(3){ background:#001331;}

.recruitment{width:100%;}
.recruitment_l{width:100%; margin-top:40px; background:#ffffff;}
.recruitment_l ul, .recruitment_l ul li{ margin:0; padding:0; height:45px;}
.recruitment_l ul li{ float:left; width:16.6%; line-height:45px; border-right:1px solid #365ca7; font-size:14px; color:#4e4e4e;}
.recruitment_l ul li span{ display:none;}
.recruitment_l ul li:nth-child(1){width:16.6%;}
.recruitment_l ul li:nth-child(6){border-right:0;}
.recruitment_l ul:nth-child(odd){ background:#e7eaf0;}
.recruitment_l ul:nth-child(1){ height:50px; background:#013789;}
.recruitment_l ul:nth-child(1) li{ height:50px; line-height:50px; color:#FFF; font-size:18px; border-bottom:1px solid #365ca7;}

.memenjoy{width:100%;}
.memenjoy_f{width:100%; margin-top:15px; background:#ffffff;}
.memenjoy_f ul, .memenjoy_f ul li{ margin:0; padding:0;}
.memenjoy_f ul li{ float:left; line-height:30px; vertical-align:middle; padding:10px 0; border-right:1px solid #365ca7; border-bottom:1px solid #365ca7; font-size:14px; color:#4e4e4e;}
.memenjoy_f ul li i{ display:block; font-style:normal;}
.memenjoy_f ul li p{ display:block; padding-left:25px; text-align:left; background:url(../images/icon45.png) no-repeat left 8px; margin: 0px;}
.memenjoy_f ul li em{display: block;font-style: normal;}
.memenjoy_f ul li.memenjoy_fll{ border-bottom:0;}
.memenjoy_f ul li.memenjoy_fll span{ display:none;}
.memenjoy_f ul li:nth-child(1){width:15%;}
.memenjoy_f ul li:nth-child(2){width:50%; padding:10px 20px;}
.memenjoy_f ul li:nth-child(3){width:35%; border-right:0; padding:10px 20px;}
.memenjoy_f ul:nth-child(1){ height:40px; background:#013789;}
.memenjoy_f ul:nth-child(1) li{ line-height:40px; font-size:16px; padding:0; font-weight:bold; color:#FFF;}
.memenjoy_f ul:nth-child(2) li{min-height:120px;}
.memenjoy_f ul:nth-child(3) li{min-height:300px;}
.memenjoy_f ul:nth-child(3) li:nth-child(3){ border-bottom:0;}
.memenjoy_f ul:nth-child(4) li{min-height:120px; border-bottom:0;}
.memenjoy_f ul li:nth-child(1) img{ margin-top:20px;}

.vipservice{width:100%;}
.vipservice_l{width:100%; margin-top:15px;}
.vipservice_l ul, .vipservice_l ul li{ margin:0; padding:0;}
.vipservice_l ul li{float:left; display:inline-block; width:13.5%; height:50px; margin:0 0.90% 10px 0; background:#3d69bc;}
.vipservice_l ul li ins{ display:block; float:left; padding:7.5px 10px;}
.vipservice_l ul li p{ display:block; float:left; line-height:50px; color:#FFF; font-size:14px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin: 0;}

.vipservice_l ul li:nth-child(7n){ margin-right:0;}

.integral{width:100%;}
.integral_f{width:100%; margin-top:15px;}
.integral_f ul, .integral_f ul li{ margin:0; padding:0;}
.integral_f ul li{float:left; display:inline-block; margin-right:20px;}
.integral_f ul li input{ height:50px; width:300px; border-radius:0; margin:0; color:#8d9299; font-size:14px;}

.integral_f ul li:nth-child(3) input{ width:200px;}
.integral_f ul li:nth-child(5){ margin:0;}
.integral_f ul li:nth-child(5) input{ width:180px; background:#3d69bc; color:#FFF; border:0;}

.p_left{float:left; width:925px;}
.p_right{float:right; width:250px;}

.sidebar_l{background:#FFF; padding:15px;}

/*主要样式*/
.subNavBox{}
.subNav{display:block; margin-bottom:1px; height:40px; line-height:40px; text-align:left; text-indent:35px; color:#FFF; font-size:14px; cursor:pointer; background:url(../images/icon26.png) no-repeat 15px center #3d69bc;    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.subNav a{ display:block; height:40px; line-height:40px; text-indent:35px; text-align:left; color:#FFF; font-size:14px; background:url(../images/icon26.png) no-repeat 15px center #3d69bc;}
.subNav span{ float:right; display:inline-block; margin:12px 18px 0 0; width:17px; height:17px; background:url(../images/icon24.png) no-repeat center center;}
.subNav:hover{background-color:#013789; text-decoration:none;}
.subNav:hover span{background:url(../images/icon25.png) no-repeat center center;}
.subNav.active{background-color:#013789; text-decoration:none;}
.subNav.active span{background:url(../images/icon25.png) no-repeat center center;}

.navContent{display: none; padding:0; margin:0;}
.navContent li a{display:block; height:40px; line-height:40px; text-align:left; margin-bottom:1px; text-indent:35px; color:#757575; background:url(../images/icon27.png) no-repeat 20px center #e7eaf0;}
.navContent li a:hover{color:#3d69bc; text-decoration:none;}




.nation{
    padding-bottom:30px;
    text-align:left;
}
.nation a{
    color:#9c9c9c;
    font-size:12px;
}
.nation .cn{
    background:url(../images/cnpc.png) no-repeat left center;
    padding: 0px 10px 0px 30px;
    height:14px;
    line-height:14px;
}
.nation .en{
    background:url(../images/enpc.png) no-repeat left center;
    padding: 0px 10px 0px 30px;
    height:14px;
    line-height:14px;
}



.pbox01{ background:#ffffff; margin-bottom:30px; -webkit-box-shadow:2px 2px 2px rgba(222, 222, 222, .5); -moz-box-shadow:2px 2px 2px rgba(222, 222, 222, .5); box-shadow:2px 2px 2px rgba(222, 222, 222, .5);  }
.ptxt01{ padding:30px; line-height:30px; font-size:14px; text-align:left; color:#767b82; overflow: hidden;}
.ptxt01 p{ display:block; float:left; width:40%; text-indent:45px; margin: 0px;}
.ptxt01 p:nth-child(1){ background:url(../images/icon33.png) no-repeat left center;}
.ptxt01 p:nth-child(2){ background:url(../images/icon34.png) no-repeat left center;}
.ptxt01 p:nth-child(3){ background:url(../images/icon35.png) no-repeat left center;}
.ptxt01 p:nth-child(4){ background:url(../images/icon36.png) no-repeat left center;}


.ptxt02{padding:30px; line-height:30px; font-size:14px; text-align:left; color:#767b82; overflow: hidden;}

.news01{ padding:25px 30px;}
.news01 ul, .news01 li{ padding:0; margin:0; text-align:left;}
.news01 li{width:100%; padding-left:15px; height:35px; line-height:35px; font-size:14px; background:url(../images/icon32.png) no-repeat left center;}
.news01 li a{float:left;}
.news01 li ins{float:left; color:#ff0000; padding:0 5px; text-decoration:none;}
.news01 li a.news01_down{display:inline-block; width:21px; height:35px; background:url(../images/icon30.png) no-repeat center center;}
.news01 li a.news01_down:hover{background:url(../images/icon31.png) no-repeat center center;}
.news01 li span{float:right;}

.hmm-section-news .sidebar_l{background:#f4f4f4;}
.pnews{width:100%;}
.pnews ul{ margin:0; padding:0;}
.pnews li{ padding:0 0 30px; margin:0 0 30px; border-bottom:1px solid #e5e5e5;}

.pnews li .pnews_l{float:left; width:60px;}
.pnews li .pnews_l dl{ padding:0; margin:0 0 30px;}
.pnews li .pnews_l dl dt{ padding:0; margin:0; line-height:30px; border-bottom:1px solid #3d69bc; font-size:20px; color:#333333;}
.pnews li .pnews_l dl dd{ font-size:14px; line-height:30px;}

.pnews li .pnews_c{float:left; width:300px; margin:0 15px;}
.pnews li .pnews_c a{
    display:block;
}
.pnews li .pnews_c a img{width:100%; height:auto;transition: .5s;}
.pnews li .pnews_c a:hover img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
@media (max-width: 1200px){
    .pnews li .pnews_c a img{
        transform: none;
        transition: none;
    }
    .pnews li .pnews_c a:hover img{
        transform: none;
        transition: none;
    }
}



.pnews li .pnews_r{float:left; width:535px; text-align:left;}
.pnews li .pnews_r h4{ height:30px; line-height:30px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; background:url(../images/icon39.jpg) no-repeat left center; text-indent:40px;}
.pnews li .pnews_r h4 a:hover{ text-decoration:none;}



.pnews li .pnews_r span{ display:block; line-height:25px; margin-top:15px;}
.pnews li .pnews_r ins{float:left; display:block; width:150px; height:25px; line-height:25px; margin-top:15px;  border-radius:3px; text-decoration:none;}
.pnews li .pnews_r ins a{ display:block; text-indent:15px; text-decoration:none;border:1px solid #333333; background:url(../images/icon40.jpg) no-repeat right center;}
.pnews li .pnews_r ins a:hover{border:1px solid #3D69BC; box-shadow:0px 0px 5px #3D69BC;}


.pagination{ margin-top:10px;}
.pagination a{ float:left; display:inline-block; padding:0 10px; line-height:28px; border:1px solid #e5e5e5; margin-right:4px;}
.pagination a:hover{ background:#363b3f; color:#FFF; text-decoration:none;}
.pagination a.on{ background:#363b3f; color:#FFF; text-decoration:none;}

.vipnav{}
.vipnav ul{ padding:0; margin:0;}
.vipnav ul li{float:left; display:inline-block; width:18%; margin:0 2%; padding:10px; border-radius:10px;}
.vipnav ul li:hover{
    box-shadow:0px 0px 15px #013789;
}
.vipnav ul li a{display:block; border:1px dotted #FFF; padding:20px 10px 50px; border-radius:10px;}
.vipnav ul li a img{ margin:20px 0;}
.vipnav ul li a span{ display:block; font-size:18px; font-weight:bold; line-height:30px; color:#FFF;}
.vipnav ul li a:hover{ text-decoration:none; background:rgba(255,255,255,0.2);}
.vipnav ul li:nth-child(1){ background:#e74444;}
.vipnav ul li:nth-child(2){ background:#3d69bc;}
.vipnav ul li:nth-child(3){ background:#26958c;}
.vipnav ul li:nth-child(4){ background:#f58830;}


#jfcx{
    display: none;
}
.show_back{
    padding: 20px 0px;
    text-align: center;
}
.show_back a{
    text-decoration: none;
    color: #828384;
    padding-left: 20px;
    background:url(../images/return.jpg) no-repeat left center;
}
.show_back a:hover{
    text-decoration: none;
    color: #3d69bc;
}



.vipcard_c{width:100%; margin-top:40px;}
.vipcard_c span{float:left; display:inline-block; width:24%; margin:0 0.5%;}

.newsview{ padding:20px;}

.newsview_c{ padding-bottom:30px; line-height:25px; margin-top:20px; font-size:14px; color:#333; text-align:left;}

.pcontact_txt{ padding:20px 0; line-height:30px; font-size:14px; color:#333; text-align:left;}


/* title */
.clear{clear:both;font-size:1px;width:1px;height:0;visibility:hidden;overflow:hidden;}

.title01{}
.title01 h3{margin:0; padding:0; display:block; height:32px; line-height:32px; font-size:24px; color:#013789; overflow:hidden;}
.title01 span{ display:block; height:25px; line-height:25px; font-size:24px; color:#969aa0; text-transform:uppercase; overflow:hidden;}

.title02{float:left; width:290px; height:143px; background:#013789; text-align:left;}
.title02 h3{margin:35px 0 0 0; padding:0; display:block; height:40px; line-height:40px; font-size:30px; color:#FFF; overflow:hidden;}
.title02 span{ display:block; height:25px; line-height:25px; font-size:20px; color:#5d89dc; text-transform:uppercase; overflow:hidden;}

.title03{}
.title03 h3{margin:0; padding:0; display:block; height:32px; line-height:32px; font-size:24px; color:#FFF; overflow:hidden;}
.title03 span{ display:block; height:25px; line-height:25px; font-size:24px; color:#85a9ed; text-transform:uppercase; overflow:hidden;}

.title04{height:109px; background:url(../images/icon23.jpg) no-repeat center top;}
.title04 h3{margin:0; padding:0; display:block; height:70px; line-height:70px; font-size:24px; color:#FFF; overflow:hidden;}
.title04 span{ display:block; height:32px; line-height:32px; font-size:16px; color:#013789; text-transform:uppercase; overflow:hidden;}

.title05{ height:41px; background:url(../images/icon28.jpg) repeat-x left bottom #e7eaf0;}
.title05 h3{float:left; margin:0; padding:0 30px 0 0; display:block; height:41px; text-align:left; line-height:41px; font-size:16px; color:#FFF; font-weight:normal; background:url(../images/icon29.png) no-repeat right center #3d69bc;}
.title05 h3 i{float:left; display:block; width:21px; height:19px; margin:10px 15px 0;}
.title05 h3 i.title05_01{ background-image:url(../images/ticon01.png);}
.title05 h3 i.title05_02{ background-image:url(../images/ticon02.png);}
.title05 h3 i.title05_03{ background-image:url(../images/ticon03.png);}
.title05 h3 i.title05_04{ background-image:url(../images/ticon04.png);}
.title05 span{float:right; display:block; padding-right:25px;line-height:41px; font-size:14px; color:#767b82;}
.title05 span a:hover{ text-decoration:none;}

.rol01{float:left; width:25px; height:40px; margin-top:130px;}
.rol01 a{display:block; width:25px; height:40px; background:url(../images/rol_01.png) no-repeat center center;}
.rol01 a:hover{background:url(../images/rol_01on.png) no-repeat center center;}

.ror01{float:right; width:25px; height:40px; margin-top:130px;}
.ror01 a{display:block; width:25px; height:40px; background:url(../images/ror_01.png) no-repeat center center;}
.ror01 a:hover{background:url(../images/ror_01on.png) no-repeat center center;}


.hmm-bg01{ background:url(../images/icon21.jpg) no-repeat center top #33579c;}
.hmm-bg02{ background:url(../images/icon41.jpg) no-repeat center top #355eb2;}


/*业务详情*/
.ywxq{
    margin: 20px 23px 40px 23px;
    overflow: hidden;
}
.ywxq_title{
    text-align: center;
    font-size: 24px;
    color: #333;
}
.ywxq_con{
    margin-top: 40px;
    overflow: hidden;
}
.ywxq_con_fl{
    float: left;
    width: 10.5%;
}
.ywxq_con_fl li{
    overflow:hidden;
    position:relative;
    margin-bottom: 10px;
}
.ywxq_con_fl li a{
    display:block;
    text-align: justify;
    font-size:16px;
    color:#333;
    font-weight: bold;
    line-height:30px;
    padding-left: 15px;
    overflow:hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    text-decoration: none;
}
.ywxq_con_fl li a:hover{
    color:#013789;
}
.ywxq_con_fl li .more{
    position: absolute;
    left: 0;
    padding:0;
    top: 0;
    border:none;
    width:100%;
    height:30px;
    cursor: pointer;
    background: url(../images/off.png) no-repeat left center;
    display: block;
    z-index: 5;
}
.ywxq_con_fl .nav-show .more{
    background:url(../images/on.png) no-repeat left center;
}
.ywxq_con_fl .nav-show:hover .more {
    background:url(../images/on.png) no-repeat left center;
}
.ywxq_con_fl ul li a:hover.more {
    background:url(../images/off.png) no-repeat left center;
}
.ywxq_con_fl ul li:hover .more {
    background:url(../images/on.png) no-repeat left center;
}
.ywxq_con_fl .nav-show a {
    color: #013789;
}
.ywxq_con_fl .er{
    display:none;
    padding-top: 10px;
}
.ywxq_con_fl .nav-show .er {
    display:block;
}
.ywxq_con_fl .er li{
    margin-bottom: 5px;
}
.ywxq_con_fl .er li a {
    color: #575e68;
    font-size:14px;
    line-height:23px;
    font-weight:normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff url("../images/j.jpg") no-repeat 16px center;
    position: relative;
    padding-left: 29px;
}
.ywxq_con_fl .nav-show .er li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ywxq_con_fl .er li a:hover {
    color:#fff;
    border-radius: 25px;
    background: #005ba1 url("../images/j_h.jpg") no-repeat 16px center;
}
.ywxq_con_fl .er li a.current{
    color:#fff;
    border-radius: 25px;
    background: #005ba1 url("../images/j_h.jpg") no-repeat 16px center;
}
.ywxq_con_fr{
    float: right;
    width: 88%;
    border-left: 1px solid #e9e9e9;
    padding-left: 32px;
    text-align: justify;
}
.ywxq_con_fr_title{
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}
.ywxq_con_fr_title p{
    background: url("../images/p.jpg") no-repeat left center;
    padding-left: 16px;
    font-size: 18px;
    color: #333;
}
.ywxq_con_fr_con{
    margin: 20px 0px 40px 0px;
    overflow: hidden;
    color: #575e68;
    line-height: 30px;
}
.ywxq_con_fr_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.ywxq_con_fr_fh{
    text-align: center;
}
.ywxq_con_fr_fh a{
    text-decoration: none;
    color: #828384;
    padding-left: 20px;
    background: url(../images/return.jpg) no-repeat left center;
}

.case_img{
	margin-top: 40px;
}
.case_img img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.about_img{
	margin-top: 10px;
}
.about_img img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


/*经典案例切换*/
.case_qh{
    margin-top: 40px;
    position: relative;
}
.case_qh .swiper-slide{
    display: initial;
    margin-top: 0 !important;
    margin-bottom: 35px;
}
.cases a{
    display:block;
    overflow: hidden;
    text-align: justify;
}
.cases a span{
    display:block;
}
.cases a span img{
    max-width:100%;
}
.cases a dl{
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    overflow:hidden;
}
.cases a dl *{
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
}
.cases a dl dt{
    margin-top:105px;
    text-align: center;
}
.cases a dl dt span{
    display:block;
    text-align:center;
    margin-top:20px;
    height:60px;
    line-height:60px;
    font-size:20px;
    color:#FFF;
    font-weight:normal;
    background:url(../images/icon08.jpg) no-repeat center 80px rgba(1,55,137,0.5);
}
.cases a dl dd{
    display:none;
    padding:0 50px;
    line-height:24px;
    color:#FFF;
    text-align:left;
    font-size:14px;
    margin-top:10px;
}
.cases a:hover dl{
    background:rgba(1,55,137,0.5);
}
.cases a:hover dl dt{
    margin-top:35px;
}
.cases a:hover dl dt span{
    background:url(../images/icon08.jpg) no-repeat center bottom;
}
.cases a:hover dl dd{
    display:block;
}

.case_qh .swiper-button-next1, .case_qh .swiper-button-prev1{
    display: block;
    position: absolute;
    top: auto;
    bottom: -25px;
    margin-top: 0;
    width: 25px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
}
.case_qh .swiper-button-prev1{
    left: 40%;
    right: auto;
    background: url("../images/rol_01.png") no-repeat center;
}
.case_qh .swiper-button-next1{
    right: 40%;
    background: url("../images/ror_01.png") no-repeat center;
}
.case_qh .swiper-button-prev1:hover{
    background: url("../images/rol_01on.png") no-repeat center;
}
.case_qh .swiper-button-next1:hover{
    background: url("../images/ror_01on.png") no-repeat center;
}





/* 响应式控制 */

@media(max-width:1366px) { /*当屏幕尺寸小于1366px时，应用下面的CSS样式

.group_l dl dd img{max-width:120%;}
.plan_l dl dd img{max-width:120%;}

}

/* 响应式开始 */
@media screen and (max-width: 1200px) { /*当屏幕尺寸小于1024px时，应用下面的CSS样式*/

.col-lg-2007{width:12.25%}

.row .col-lg-2007:nth-child(4){width:14.25%}
.fweixin{ margin-left:0;}

    .p_left{
        width: 72%;
    }
    .p_right{
        width: 25%;
    }
    .chenning-header-1 .chenning-header-bg nav ul li, .chenning-header-3 .chenning-desktop-menu-bg nav > ul > li{
        padding: 0px 12px !important;
    }
    	.ywxq_con_fl{
        width: 12.5%;
    }
    .ywxq_con_fr{
        width: 86%;
    }
}

@media(max-width:768px) {

.container{max-width:740px!important;}

.col-lg-2007{width:30%; float:left;}
.row .col-lg-2007:nth-child(4){width:30%}

.fweixin{ margin-left:0;}

.pcontainer{ padding:0 10px;}

.txt01{ padding:30px 9%;}

.social_l dl{float:inherit; margin:20px 80px; clear:both;}
.social_l a:nth-child(3) dl{margin:20px 80px;}
.social_l dl.active{width:270px;}
.social_l dl.active dd{ display:none;}

.store_cl{float:inherit; width:100%;}
.store_cl .store_cld{width:33%;}
.store_cl .store_cld dd{ margin-left:20px;}
.store_cr{float:inherit; width:100%;}

.vipservice_l ul li{width:15.91%;}
.vipservice_l ul li:nth-child(7n){ margin-right:0.9%;}
.vipservice_l ul li:nth-child(6n){ margin-right:0;}

.pcontact_cl{float:none; padding:0 10%; width:100%;}
.pcontact_cr{float:none; padding:0 10%; width:100%;}

.integral_f ul li{float:none; width:100%; margin-right:0;}
.integral_f ul li input{ width:100%;}

.integral_f ul li:nth-child(3) input{ width:100%;}
.integral_f ul li:nth-child(5){ margin:0;}
.integral_f ul li:nth-child(5) input{ width:100%; background:#3d69bc; color:#FFF; border:0;}

.group_l dl dt{float:left; width:100%; min-height:inherit; padding:30px 0;}
.group_l dl dt .group_ltxt{width:90%; margin:0 auto 0;}
.group_l dl dd{float:left; width:100%; min-height:inherit;}


.gbook_l li{width:100%; margin:10px 0 0 0;}
.gbook_l li span{width:100%; text-align:left;}
.gbook_l li input{width:100%; height:47px; border-radius:0;}
.gbook_l li textarea{width:100%; height:182px; border-radius:0; padding:0;}

.gbook_l li:nth-child(5) span{width:100%; text-align:left;}
.gbook_l li:nth-child(6) span{width:100%; text-align:left;}
.gbook_l li:nth-child(6) input{width:100%;}
.gbook_l li:nth-child(6) img{margin:10px 20px 0 0;}
.gbook_l li:nth-child(6) input.gbook_btn{ margin-top:10px;}

.concept_c dl{width:100%; border-right:0;}
.concept_c dl dt{float:left;}
.concept_c dl dd{float:left; text-align:left;}
.concept_c dl:nth-child(3), .concept_c dl:nth-child(4){border-bottom: 1px solid #d6d6d6;}

.career_c{width:450px;}

.plan_l{}
.plan_l dl dt{float:left; width:100%; min-height:inherit;}
.plan_l dl dd{float:left; width:100%; min-height:inherit; margin-top:20px;}
.plan_l dl dt .plan_ltxt{width:90%;}

.p_right{float:left; width:100%;}
.p_left{float:left; width:100%; margin-top:20px;}

.title04{ display:none;}
.sidebar_l{ padding:0;}

.pnews li .pnews_r{width:320px;}
.pnews li .pnews_r span{ height:100px; overflow:hidden;}

.ywxq_con_fl{
        width: 18.5%;
    }
    .ywxq_con_fr{
        width: 80%;
    }

}

@media(max-width:600px){
    .ywxq{
        margin: 20px 0px 40px 0px;
    }
    .ywxq_con{
        margin-top: 25px;
    }
    .ywxq_con_fl{
        float: none;
        width: 100%;
    }
    .ywxq_con_fr{
        margin-top: 25px;
        float: none;
        width: 100%;
        border-left: none;
        padding-left: 0px;
    }
    .cases a dl dt{
	    margin-top: 35px;
	}
   	.cases a:hover dl{
    	background: none;
	}
	.cases a:hover dl dt{
	    margin-top: 35px;
	}
	.cases a:hover dl dt span{
		background: url(../images/icon08.jpg) no-repeat center 80px rgba(1,55,137,0.5);
	}
	.cases a:hover dl dd{
	    display:none;
	}
}

@media(max-width:480px) {/*当屏幕尺寸小于480px时，应用下面的CSS样式*/
.col-lg-2007{width:30%; float:left;}
.row .col-lg-2007:nth-child(4){width:30%}

.fweixin{ margin-left:0;}

}

@media(max-width:414px) {

.col-lg-2007{width:50%; float:left;}
.row .col-lg-2007:nth-child(4){width:50%}
.copyright .copy_l{float:none; text-align:center;}
.copyright .copy_r{float:none;}
.copyright .copy_r dl{ padding:0 0 0 30px; width:100%; margin:20px 0 0;}
.copyright .copy_r dl:nth-child(1){ background:none;}

.p_sidenav li{margin-right:20px;}
.txt01{ padding:60px 9%;}
.brand_ll{width:80%;}
.brand_ll li{float:none;}
.store_cl .store_cld{ padding-right:5px;}
.store_cl .store_cld dd{ margin-left:0px;}

.social_l dl{ margin:20px auto;}
.social_l a:nth-child(3) dl{margin:20px auto;}

.sales_l span{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}


.plan_l dl dt .plan_ltxt h3{ font-size:36px;}
.plan_l dl dt .plan_ltxt h4{ font-size:24px;}

.vipnav ul li{width:47%; margin:0 1.5% 12px;}

.vipcard_c span{width:100%; margin:0 0 12px;}

.memenjoy_f ul:nth-child(1){ display:none;}
.memenjoy_f ul{border-bottom: 1px solid #365ca7;}
.memenjoy_f ul li{ float:none; width:100%;}
.memenjoy_f ul li.memenjoy_fll span{ display:block;}
.memenjoy_f ul li:nth-child(1){width:100%; border-right:0; }
.memenjoy_f ul li:nth-child(2){width:100%; border-right:0;}
.memenjoy_f ul li:nth-child(3){width:100%; border-right:0;}
.memenjoy_f ul:nth-child(3) li{ min-height:100px;}
.memenjoy_f ul:nth-child(4) li{ border-bottom: 1px solid #365ca7;}

.vipservice_l ul li{width:49%;}
.vipservice_l ul li:nth-child(7n){ margin-right:2%;}
.vipservice_l ul li:nth-child(6n){ margin-right:2%;}
.vipservice_l ul li:nth-child(2n){ margin-right:0;}

.concept_c dl{ padding:10px 0;}
.concept_c dl dt{width:30%;}
.concept_c dl dd{width:70%; padding-top:0;}

.career{ min-height:280px; height:auto; background: #013789;}
.title02{width:100%;}
.career_c{width:100%; padding:0;}

.recruitment_l{ width:95%; margin:40px auto 0;}
.recruitment_l ul{height:auto; padding:20px 0;}
.recruitment_l ul li{float:none; width:100%; height:auto; border-right:0; text-align:left; line-height:25px;}
.recruitment_l ul li span{float:left; display:inline-block; font-weight:bold; padding:0 10px 0 20px;}
.recruitment_l ul li:nth-child(1){width:100%;}
.recruitment_l ul:nth-child(odd){ background:#e7eaf0;}
.recruitment_l ul:nth-child(1){ display:none;}

.news01{padding:10px;}
.news01 li{ min-height:35px; height:auto;}
.news01 li a{ display:block; width:60%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.news01 li span{ display:none;}
.ptxt01{padding:10px;}
.ptxt01 span{ width:100%; text-indent:35px;}

.pnews li .pnews_l{width:100%;}
.pnews li .pnews_l dl{float:left; margin:0 30px 0 0;}
.pnews li .pnews_l dl:nth-child(2){float:right;}

.pnews li .pnews_c{width:100%; margin:0;}
.pnews li .pnews_c a{ display:block;}
.pnews li .pnews_c a img{width:100%; height: auto;;}
.pnews li .pnews_r{width:100%; margin-top:10px;}
.pnews li .pnews_r span{ height:auto;}




}

@media(max-width:360px) {/*当屏幕尺寸小于480px时，应用下面的CSS样式*/

.p_sidenav li{margin-right:10px;}
.store_cl{padding-top:50px;}
.store_cl .store_cld{float:none; width:100%;}
.store_cl .store_cld h4{ margin-top:20px;}

}

@media(max-width:320px) {/*当屏幕尺寸小于480px时，应用下面的CSS样式*/

.p_sidenav li{margin-right:5px;}
.news01 li a{ display:block; width:50%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

}




